Html Css Color HEX #84C304 Citrus

📋 copy color: '#84C304'

red 132 ◦ green 195 ◦ blue 4

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

Shades of Citrus #84C304

Tints of Citrus #84C304

RGB

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

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

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

R = 39.88%
G = 58.91%
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

#84C304 (or 0x84C304) is known color: Citrus. HEX triplet: 84, C3 and 04. RGB value is (132,195,4). Sum of RGB (Red+Green+Blue) = 132+195+4=331 (43% of max value = 765). Red value is 132 (51.95% from 255 or 39.88% from 331); Green value is 195 (76.56% from 255 or 58.91% from 331); Blue value is 4 (1.95% from 255 or 1.21% from 331); Max value from RGB is 195 - color contains mainly: green. Hex color #84C304 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84C304 is #7B3CFB. Grayscale: #9B9B9B. Windows color (decimal): -8076540 or 312196. OLE color: 312196.

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

Color convert

RGB 132 195 4 -
CMYK 0.32 0 0.98 0.24
HSL 79.79º 0.96% 0.39% -
HSV(B) 79.79º 0.98% 0.76% -
XYZ 29.05 43.94 7.07 -
YUV 154.39 43.13 112.03 -
System Red Green Blue C M Y K H S L
Decimal 132 195 4 0.32 0 0.98 0.24 79.79 0.96 0.39
Hex 84 C3 4 20 0 62 18 50 60 27
Octal 204 303 4 40 0 142 30 120 140 47
Binary 10000100 11000011 100 100000 0 1100010 11000 1010000 1100000 100111

Color Harmonies of #84C304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84C304

Black with #84C304

Text Example


Text Example

White with #84C304

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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