Html Css Color HEX #84C502 Citrus

📋 copy color: '#84C502'

red 132 ◦ green 197 ◦ blue 2

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

Shades of Citrus #84C502

Tints of Citrus #84C502

RGB

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

 GREEN value IS 197 (77.34% from 255) = 59.52%

 BLUE value IS 2 (1.17% from 255) = 0.6%

R = 39.88%
G = 59.52%
B = 0.6%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#84C502 (or 0x84C502) is known color: Citrus. HEX triplet: 84, C5 and 02. RGB value is (132,197,2). Sum of RGB (Red+Green+Blue) = 132+197+2=331 (43% of max value = 765). Red value is 132 (51.95% from 255 or 39.88% from 331); Green value is 197 (77.34% from 255 or 59.52% from 331); Blue value is 2 (1.17% from 255 or 0.60% from 331); Max value from RGB is 197 - color contains mainly: green. Hex color #84C502 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84C502 is #7B3AFD. Grayscale: #9C9C9C. Windows color (decimal): -8076030 or 181636. OLE color: 181636.

HSL color Cylindrical-coordinate representation of color #84C502: hue angle of 80º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #84C502 is Cyan = 0.33, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.23.

Color convert

RGB 132 197 2 -
CMYK 0.33 0 0.99 0.23
HSL 80º 0.98% 0.39% -
HSV(B) 80º 0.99% 0.77% -
XYZ 29.49 44.84 7.16 -
YUV 155.34 41.47 111.36 -
System Red Green Blue C M Y K H S L
Decimal 132 197 2 0.33 0 0.99 0.23 80 0.98 0.39
Hex 84 C5 2 21 0 63 17 50 62 27
Octal 204 305 2 41 0 143 27 120 142 47
Binary 10000100 11000101 10 100001 0 1100011 10111 1010000 1100010 100111

Color Harmonies of #84C502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84C502

Black with #84C502

Text Example


Text Example

White with #84C502

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,197,2); }

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

background-color css

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

 a { background-color: rgb(132,197,2); }

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

border-color css

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

 span { border-color: rgb(132,197,2); }

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