#6DB230

Color #6DB230 Christi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christi #6DB230

Tints of Christi #6DB230

Color information

#6DB230 (or 0x6DB230) is unknown color: approx Christi. HEX triplet: 6D, B2 and 30. RGB value is (109,178,48). Sum of RGB (Red+Green+Blue) = 109+178+48=335 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.54% from 335); Green value is 178 (69.92% from 255 or 53.13% from 335); Blue value is 48 (19.14% from 255 or 14.33% from 335); Max value from RGB is 178 - color contains mainly: green. Hex color #6DB230 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6DB230 is #924DCF. Grayscale: #8F8F8F. Windows color (decimal): -9588176 or 3191405. OLE color: 3191405.

HSL color Cylindrical-coordinate representation of color #6DB230: hue angle of 91.85º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #6DB230 is Cyan = 0.39, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.30.

Color convert

RGB10917848-
CMYK0.3900.730.30
HSL91.85º57.52%44.31%-
HSV(B)91.85º73.03%69.8%-
XYZ22.7635.318.41-
YUV142.5574.64104.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 109 (42.97% from 255) = 32.54%
GREEN value IS 178 (69.92% from 255) = 53.13%
BLUE value IS 48 (19.14% from 255) = 14.33%
R=32.54%
G=53.13%
B=14.33%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal109178480.3900.730.3091.8557.5244.31
Hex6DB230270491E5c3a2c
Octal15526260470111361347254
Binary11011011011001011000010011101001001111101011100111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6DB230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6DB230; }

 p { color: rgb(109,178,48); }

 H1.HeaderClassName
 {
   color: #6DB230;
 }
 .AnyTagClassName
 {
   color: #6DB230;
 }
</style>
background-color css

<style>
 a { background-color: #6DB230; }

 a { background-color: rgb(109,178,48); }

 div.DivClassName
 {
   background-color: #6DB230;
 }
 .BgClassName
 {
   background-color: #6DB230;
 }
</style>
border-color css

<style>
 span { border-color: #6DB230; }

 span { border-color: rgb(109,178,48); }

 td.TdClassName
 {
   border-color: #6DB230;
 }
 .TagClassName
 {
   border-color: #6DB230;
 }
</style>