Html Css Color HEX #84C204 Citrus

📋 copy color: '#84C204'

red 132 ◦ green 194 ◦ blue 4

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

Shades of Citrus #84C204

Tints of Citrus #84C204

RGB

 RED value IS 132 (51.95% from 255) = 40%

 GREEN value IS 194 (76.17% from 255) = 58.79%

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

R = 40%
G = 58.79%
B = 1.21%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#84C204 (or 0x84C204) is known color: Citrus. HEX triplet: 84, C2 and 04. RGB value is (132,194,4). Sum of RGB (Red+Green+Blue) = 132+194+4=330 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40% from 330); Green value is 194 (76.17% from 255 or 58.79% from 330); Blue value is 4 (1.95% from 255 or 1.21% from 330); Max value from RGB is 194 - color contains mainly: green. Hex color #84C204 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84C204 is #7B3DFB. Grayscale: #9A9A9A. Windows color (decimal): -8076796 or 311940. OLE color: 311940.

HSL color Cylindrical-coordinate representation of color #84C204: hue angle of 79.58º 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 #84C204 is Cyan = 0.32, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.24.

Color convert

RGB 132 194 4 -
CMYK 0.32 0 0.98 0.24
HSL 79.58º 0.96% 0.39% -
HSV(B) 79.58º 0.98% 0.76% -
XYZ 28.83 43.5 6.99 -
YUV 153.8 43.46 112.45 -
System Red Green Blue C M Y K H S L
Decimal 132 194 4 0.32 0 0.98 0.24 79.58 0.96 0.39
Hex 84 C2 4 20 0 62 18 50 60 27
Octal 204 302 4 40 0 142 30 120 140 47
Binary 10000100 11000010 100 100000 0 1100010 11000 1010000 1100000 100111

Color Harmonies of #84C204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84C204

Black with #84C204

Text Example


Text Example

White with #84C204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84C204; }

 p { color: rgb(132,194,4); }

 H1.HeaderClassName
 {
   color: #84C204;
 }
 .AnyTagClassName
 {
   color: #84C204;
 }
</style>

background-color css

<style>
 a { background-color: #84C204; }

 a { background-color: rgb(132,194,4); }

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

border-color css

<style>
 span { border-color: #84C204; }

 span { border-color: rgb(132,194,4); }

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