#8CCB11

Color #8CCB11 Citrus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Citrus #8CCB11

Tints of Citrus #8CCB11

Color information

#8CCB11 (or 0x8CCB11) is unknown color: approx Citrus. HEX triplet: 8C, CB and 11. RGB value is (140,203,17). Sum of RGB (Red+Green+Blue) = 140+203+17=360 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.89% from 360); Green value is 203 (79.69% from 255 or 56.39% from 360); Blue value is 17 (7.03% from 255 or 4.72% from 360); Max value from RGB is 203 - color contains mainly: green. Hex color #8CCB11 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CCB11 is #7334EE. Grayscale: #A3A3A3. Windows color (decimal): -7550191 or 1166220. OLE color: 1166220.

HSL color Cylindrical-coordinate representation of color #8CCB11: hue angle of 80.32º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8CCB11 is Cyan = 0.31, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.20.

Color convert

RGB14020317-
CMYK0.3100.920.20
HSL80.32º84.55%43.14%-
HSV(B)80.32º91.63%79.61%-
XYZ32.2748.338.16-
YUV162.9645.63111.62-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 38.89%
GREEN value IS 203 (79.69% from 255) = 56.39%
BLUE value IS 17 (7.03% from 255) = 4.72%
R=38.89%
G=56.39%
B=4.72%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal140203170.3100.920.2080.3284.5543.14
Hex8CCB111F05C1450552b
Octal214313213701342412012553
Binary10001100110010111000111111010111001010010100001010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CCB11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8CCB11; }

 p { color: rgb(140,203,17); }

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

<style>
 a { background-color: #8CCB11; }

 a { background-color: rgb(140,203,17); }

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

<style>
 span { border-color: #8CCB11; }

 span { border-color: rgb(140,203,17); }

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