#6CC00B

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

Shades of Christi #6CC00B

Tints of Christi #6CC00B

Color information

#6CC00B (or 0x6CC00B) is unknown color: approx Christi. HEX triplet: 6C, C0 and 0B. RGB value is (108,192,11). Sum of RGB (Red+Green+Blue) = 108+192+11=311 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.73% from 311); Green value is 192 (75.39% from 255 or 61.74% from 311); Blue value is 11 (4.69% from 255 or 3.54% from 311); Max value from RGB is 192 - color contains mainly: green. Hex color #6CC00B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #6CC00B is #933FF4. Grayscale: #929292. Windows color (decimal): -9650165 or 770156. OLE color: 770156.

HSL color Cylindrical-coordinate representation of color #6CC00B: hue angle of 87.85º degrees, saturation: 0.89, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #6CC00B is Cyan = 0.44, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.25.

Color convert

RGB10819211-
CMYK0.4400.940.25
HSL87.85º89.16%39.8%-
HSV(B)87.85º94.27%75.29%-
XYZ25.0940.916.89-
YUV146.2551.67100.72-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 34.73%
GREEN value IS 192 (75.39% from 255) = 61.74%
BLUE value IS 11 (4.69% from 255) = 3.54%
R=34.73%
G=61.74%
B=3.54%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal108192110.4400.940.2587.8589.1639.8
Hex6CC0B2C05E19585928
Octal154300135401363113013150
Binary1101100110000001011101100010111101100110110001011001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6CC00B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,192,11); }

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

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

 a { background-color: rgb(108,192,11); }

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

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

 span { border-color: rgb(108,192,11); }

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