Html Css Color HEX #84BF02 Citrus

📋 copy color: '#84BF02'

red 132 ◦ green 191 ◦ blue 2

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

Shades of Citrus #84BF02

Tints of Citrus #84BF02

RGB

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

 GREEN value IS 191 (75% from 255) = 58.77%

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

R = 40.62%
G = 58.77%
B = 0.62%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#84BF02 (or 0x84BF02) is known color: Citrus. HEX triplet: 84, BF and 02. RGB value is (132,191,2). Sum of RGB (Red+Green+Blue) = 132+191+2=325 (43% of max value = 765). Red value is 132 (51.95% from 255 or 40.62% from 325); Green value is 191 (75% from 255 or 58.77% from 325); Blue value is 2 (1.17% from 255 or 0.62% from 325); Max value from RGB is 191 - color contains mainly: green. Hex color #84BF02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #84BF02 is #7B40FD. Grayscale: #989898. Windows color (decimal): -8077566 or 180100. OLE color: 180100.

HSL color Cylindrical-coordinate representation of color #84BF02: hue angle of 78.73º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #84BF02 is Cyan = 0.31, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB 132 191 2 -
CMYK 0.31 0 0.99 0.25
HSL 78.73º 0.98% 0.38% -
HSV(B) 78.73º 0.99% 0.75% -
XYZ 28.16 42.17 6.71 -
YUV 151.81 43.45 113.87 -
System Red Green Blue C M Y K H S L
Decimal 132 191 2 0.31 0 0.99 0.25 78.73 0.98 0.38
Hex 84 BF 2 1F 0 63 19 4F 62 26
Octal 204 277 2 37 0 143 31 117 142 46
Binary 10000100 10111111 10 11111 0 1100011 11001 1001111 1100010 100110

Color Harmonies of #84BF02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84BF02

Black with #84BF02

Text Example


Text Example

White with #84BF02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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