Html Css Color HEX #8CD008 Citrus

📋 copy color: '#8CD008'

red 140 ◦ green 208 ◦ blue 8

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

Shades of Citrus #8CD008

Tints of Citrus #8CD008

RGB

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

 GREEN value IS 208 (81.64% from 255) = 58.43%

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

R = 39.33%
G = 58.43%
B = 2.25%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.96

 K value IS 0.18

RGB Variations

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

Color information

#8CD008 (or 0x8CD008) is known color: Citrus. HEX triplet: 8C, D0 and 08. RGB value is (140,208,8). Sum of RGB (Red+Green+Blue) = 140+208+8=356 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.33% from 356); Green value is 208 (81.64% from 255 or 58.43% from 356); Blue value is 8 (3.52% from 255 or 2.25% from 356); Max value from RGB is 208 - color contains mainly: green. Hex color #8CD008 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CD008 is #732FF7. Grayscale: #A5A5A5. Windows color (decimal): -7548920 or 577676. OLE color: 577676.

HSL color Cylindrical-coordinate representation of color #8CD008: hue angle of 80.4º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8CD008 is Cyan = 0.33, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.18.

Color convert

RGB 140 208 8 -
CMYK 0.33 0 0.96 0.18
HSL 80.4º 0.93% 0.42% -
HSV(B) 80.4º 0.96% 0.82% -
XYZ 33.41 50.7 8.26 -
YUV 164.87 39.47 110.26 -
System Red Green Blue C M Y K H S L
Decimal 140 208 8 0.33 0 0.96 0.18 80.4 0.93 0.42
Hex 8C D0 8 21 0 60 12 50 5D 2A
Octal 214 320 10 41 0 140 22 120 135 52
Binary 10001100 11010000 1000 100001 0 1100000 10010 1010000 1011101 101010

Color Harmonies of #8CD008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CD008

Black with #8CD008

Text Example


Text Example

White with #8CD008

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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