Html Css Color HEX #80BC01 Citrus

📋 copy color: '#80BC01'

red 128 ◦ green 188 ◦ blue 1

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

Shades of Citrus #80BC01

Tints of Citrus #80BC01

RGB

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

 GREEN value IS 188 (73.83% from 255) = 59.31%

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

R = 40.38%
G = 59.31%
B = 0.32%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.99

 K value IS 0.26

RGB Variations

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

Color information

#80BC01 (or 0x80BC01) is known color: Citrus. HEX triplet: 80, BC and 01. RGB value is (128,188,1). Sum of RGB (Red+Green+Blue) = 128+188+1=317 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.38% from 317); Green value is 188 (73.83% from 255 or 59.31% from 317); Blue value is 1 (0.78% from 255 or 0.32% from 317); Max value from RGB is 188 - color contains mainly: green. Hex color #80BC01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80BC01 is #7F43FE. Grayscale: #959595. Windows color (decimal): -8340479 or 113792. OLE color: 113792.

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

Color convert

RGB 128 188 1 -
CMYK 0.32 0 0.99 0.26
HSL 79.25º 0.99% 0.37% -
HSV(B) 79.25º 0.99% 0.74% -
XYZ 26.89 40.56 6.44 -
YUV 148.74 44.62 113.21 -
System Red Green Blue C M Y K H S L
Decimal 128 188 1 0.32 0 0.99 0.26 79.25 0.99 0.37
Hex 80 BC 1 20 0 63 1A 4F 63 25
Octal 200 274 1 40 0 143 32 117 143 45
Binary 10000000 10111100 1 100000 0 1100011 11010 1001111 1100011 100101

Color Harmonies of #80BC01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BC01

Black with #80BC01

Text Example


Text Example

White with #80BC01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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