Html Css Color HEX #84D200 Citrus

📋 copy color: '#84D200'

red 132 ◦ green 210 ◦ blue 0

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

Shades of Citrus #84D200

Tints of Citrus #84D200

RGB

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

 GREEN value IS 210 (82.42% from 255) = 61.4%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 38.6%
G = 61.4%
B = 0%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#84D200 (or 0x84D200) is known color: Citrus. HEX triplet: 84, D2 and 00. RGB value is (132,210,0). Sum of RGB (Red+Green+Blue) = 132+210+0=342 (45% of max value = 765). Red value is 132 (51.95% from 255 or 38.60% from 342); Green value is 210 (82.42% from 255 or 61.40% from 342); Blue value is 0 (0.39% from 255 or 0% from 342); Max value from RGB is 210 - color contains mainly: green. Hex color #84D200 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84D200 is #7B2DFF. Grayscale: #A3A3A3. Windows color (decimal): -8072704 or 53892. OLE color: 53892.

HSL color Cylindrical-coordinate representation of color #84D200: hue angle of 82.29º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #84D200 is Cyan = 0.37, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.18.

Color convert

RGB 132 210 0 -
CMYK 0.37 0 1 0.18
HSL 82.29º 1% 0.41% -
HSV(B) 82.29º 1% 0.82% -
XYZ 32.56 51 8.13 -
YUV 162.74 36.16 106.08 -
System Red Green Blue C M Y K H S L
Decimal 132 210 0 0.37 0 1 0.18 82.29 1 0.41
Hex 84 D2 0 25 0 64 12 52 64 29
Octal 204 322 0 45 0 144 22 122 144 51
Binary 10000100 11010010 0 100101 0 1100100 10010 1010010 1100100 101001

Color Harmonies of #84D200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84D200

Black with #84D200

Text Example


Text Example

White with #84D200

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,210,0); }

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

background-color css

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

 a { background-color: rgb(132,210,0); }

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

border-color css

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

 span { border-color: rgb(132,210,0); }

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