Html Css Color HEX #8CC304 Citrus

📋 copy color: '#8CC304'

red 140 ◦ green 195 ◦ blue 4

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

Shades of Citrus #8CC304

Tints of Citrus #8CC304

RGB

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

 GREEN value IS 195 (76.56% from 255) = 57.52%

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

R = 41.3%
G = 57.52%
B = 1.18%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#8CC304 (or 0x8CC304) is known color: Citrus. HEX triplet: 8C, C3 and 04. RGB value is (140,195,4). Sum of RGB (Red+Green+Blue) = 140+195+4=339 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.30% from 339); Green value is 195 (76.56% from 255 or 57.52% from 339); Blue value is 4 (1.95% from 255 or 1.18% from 339); Max value from RGB is 195 - color contains mainly: green. Hex color #8CC304 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8CC304 is #733CFB. Grayscale: #9D9D9D. Windows color (decimal): -7552252 or 312204. OLE color: 312204.

HSL color Cylindrical-coordinate representation of color #8CC304: hue angle of 77.28º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8CC304 is Cyan = 0.28, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.24.

Color convert

RGB 140 195 4 -
CMYK 0.28 0 0.98 0.24
HSL 77.28º 0.96% 0.39% -
HSV(B) 77.28º 0.98% 0.76% -
XYZ 30.35 44.61 7.13 -
YUV 156.78 41.78 116.03 -
System Red Green Blue C M Y K H S L
Decimal 140 195 4 0.28 0 0.98 0.24 77.28 0.96 0.39
Hex 8C C3 4 1C 0 62 18 4D 60 27
Octal 214 303 4 34 0 142 30 115 140 47
Binary 10001100 11000011 100 11100 0 1100010 11000 1001101 1100000 100111

Color Harmonies of #8CC304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC304

Black with #8CC304

Text Example


Text Example

White with #8CC304

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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