Html Css Color HEX #8CC808 Citrus

📋 copy color: '#8CC808'

red 140 ◦ green 200 ◦ blue 8

#8CC808
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Citrus #8CC808

Tints of Citrus #8CC808

RGB

 RED value IS 140 (55.08% from 255) = 40.23%

 GREEN value IS 200 (78.52% from 255) = 57.47%

 BLUE value IS 8 (3.52% from 255) = 2.3%

R = 40.23%
G = 57.47%
B = 2.3%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#8CC808 (or 0x8CC808) is known color: Citrus. HEX triplet: 8C, C8 and 08. RGB value is (140,200,8). Sum of RGB (Red+Green+Blue) = 140+200+8=348 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40.23% from 348); Green value is 200 (78.52% from 255 or 57.47% from 348); Blue value is 8 (3.52% from 255 or 2.30% from 348); Max value from RGB is 200 - color contains mainly: green. Hex color #8CC808 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CC808 is #7337F7. Grayscale: #A0A0A0. Windows color (decimal): -7550968 or 575628. OLE color: 575628.

HSL color Cylindrical-coordinate representation of color #8CC808: hue angle of 78.75º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8CC808 is Cyan = 0.3, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.22.

Color convert

RGB 140 200 8 -
CMYK 0.3 0 0.96 0.22
HSL 78.75º 0.92% 0.41% -
HSV(B) 78.75º 0.96% 0.78% -
XYZ 31.51 46.9 7.62 -
YUV 160.17 42.12 113.61 -
System Red Green Blue C M Y K H S L
Decimal 140 200 8 0.3 0 0.96 0.22 78.75 0.92 0.41
Hex 8C C8 8 1E 0 60 16 4F 5C 29
Octal 214 310 10 36 0 140 26 117 134 51
Binary 10001100 11001000 1000 11110 0 1100000 10110 1001111 1011100 101001

Color Harmonies of #8CC808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC808

Black with #8CC808

Text Example


Text Example

White with #8CC808

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,200,8); }

 H1.HeaderClassName
 {
   color: #8CC808;
 }
 .AnyTagClassName
 {
   color: #8CC808;
 }
</style>

background-color css

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

 a { background-color: rgb(140,200,8); }

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

border-color css

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

 span { border-color: rgb(140,200,8); }

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