Html Css Color HEX #80BF02 Citrus

📋 copy color: '#80BF02'

red 128 ◦ green 191 ◦ blue 2

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

Shades of Citrus #80BF02

Tints of Citrus #80BF02

RGB

 RED value IS 128 (50.39% from 255) = 39.88%

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

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

R = 39.88%
G = 59.5%
B = 0.62%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#80BF02 (or 0x80BF02) is known color: Citrus. HEX triplet: 80, BF and 02. RGB value is (128,191,2). Sum of RGB (Red+Green+Blue) = 128+191+2=321 (42% of max value = 765). Red value is 128 (50.39% from 255 or 39.88% from 321); Green value is 191 (75% from 255 or 59.50% from 321); Blue value is 2 (1.17% from 255 or 0.62% from 321); Max value from RGB is 191 - color contains mainly: green. Hex color #80BF02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80BF02 is #7F40FD. Grayscale: #979797. Windows color (decimal): -8339710 or 180096. OLE color: 180096.

HSL color Cylindrical-coordinate representation of color #80BF02: hue angle of 80º 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 #80BF02 is Cyan = 0.33, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.25.

Color convert

RGB 128 191 2 -
CMYK 0.33 0 0.99 0.25
HSL 80º 0.98% 0.38% -
HSV(B) 80º 0.99% 0.75% -
XYZ 27.54 41.86 6.68 -
YUV 150.62 44.13 111.87 -
System Red Green Blue C M Y K H S L
Decimal 128 191 2 0.33 0 0.99 0.25 80 0.98 0.38
Hex 80 BF 2 21 0 63 19 50 62 26
Octal 200 277 2 41 0 143 31 120 142 46
Binary 10000000 10111111 10 100001 0 1100011 11001 1010000 1100010 100110

Color Harmonies of #80BF02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BF02

Black with #80BF02

Text Example


Text Example

White with #80BF02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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