Html Css Color HEX #80BB01 Citrus

📋 copy color: '#80BB01'

red 128 ◦ green 187 ◦ blue 1

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

Shades of Citrus #80BB01

Tints of Citrus #80BB01

RGB

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

 GREEN value IS 187 (73.44% from 255) = 59.18%

 BLUE value IS 1 (0.78% from 255) = 0.32%

R = 40.51%
G = 59.18%
B = 0.32%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#80BB01 (or 0x80BB01) is known color: Citrus. HEX triplet: 80, BB and 01. RGB value is (128,187,1). Sum of RGB (Red+Green+Blue) = 128+187+1=316 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.51% from 316); Green value is 187 (73.44% from 255 or 59.18% from 316); Blue value is 1 (0.78% from 255 or 0.32% from 316); Max value from RGB is 187 - color contains mainly: green. Hex color #80BB01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80BB01 is #7F44FE. Grayscale: #949494. Windows color (decimal): -8340735 or 113536. OLE color: 113536.

HSL color Cylindrical-coordinate representation of color #80BB01: hue angle of 79.03º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #80BB01 is Cyan = 0.32, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.27.

Color convert

RGB 128 187 1 -
CMYK 0.32 0 0.99 0.27
HSL 79.03º 0.99% 0.37% -
HSV(B) 79.03º 0.99% 0.73% -
XYZ 26.68 40.13 6.37 -
YUV 148.16 44.95 113.62 -
System Red Green Blue C M Y K H S L
Decimal 128 187 1 0.32 0 0.99 0.27 79.03 0.99 0.37
Hex 80 BB 1 20 0 63 1B 4F 63 25
Octal 200 273 1 40 0 143 33 117 143 45
Binary 10000000 10111011 1 100000 0 1100011 11011 1001111 1100011 100101

Color Harmonies of #80BB01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BB01

Black with #80BB01

Text Example


Text Example

White with #80BB01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,187,1); }

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

background-color css

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

 a { background-color: rgb(128,187,1); }

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

border-color css

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

 span { border-color: rgb(128,187,1); }

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