Html Css Color HEX #8CC804 Citrus

📋 copy color: '#8CC804'

red 140 ◦ green 200 ◦ blue 4

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

Shades of Citrus #8CC804

Tints of Citrus #8CC804

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.16%

R = 40.7%
G = 58.14%
B = 1.16%

CMYK

 C value IS 0.3

 M value IS 0

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#8CC804 (or 0x8CC804) is known color: Citrus. HEX triplet: 8C, C8 and 04. RGB value is (140,200,4). Sum of RGB (Red+Green+Blue) = 140+200+4=344 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.70% from 344); Green value is 200 (78.52% from 255 or 58.14% from 344); Blue value is 4 (1.95% from 255 or 1.16% from 344); Max value from RGB is 200 - color contains mainly: green. Hex color #8CC804 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CC804 is #7337FB. Grayscale: #A0A0A0. Windows color (decimal): -7550972 or 313484. OLE color: 313484.

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

Color convert

RGB 140 200 4 -
CMYK 0.3 0 0.98 0.22
HSL 78.37º 0.96% 0.4% -
HSV(B) 78.37º 0.98% 0.78% -
XYZ 31.49 46.89 7.51 -
YUV 159.72 40.12 113.94 -
System Red Green Blue C M Y K H S L
Decimal 140 200 4 0.3 0 0.98 0.22 78.37 0.96 0.4
Hex 8C C8 4 1E 0 62 16 4E 60 28
Octal 214 310 4 36 0 142 26 116 140 50
Binary 10001100 11001000 100 11110 0 1100010 10110 1001110 1100000 101000

Color Harmonies of #8CC804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC804

Black with #8CC804

Text Example


Text Example

White with #8CC804

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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