Html Css Color HEX #80BA01 Citrus

📋 copy color: '#80BA01'

red 128 ◦ green 186 ◦ blue 1

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

Shades of Citrus #80BA01

Tints of Citrus #80BA01

RGB

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

 GREEN value IS 186 (73.05% from 255) = 59.05%

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

R = 40.63%
G = 59.05%
B = 0.32%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.99

 K value IS 0.27

RGB Variations

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

Color information

#80BA01 (or 0x80BA01) is known color: Citrus. HEX triplet: 80, BA and 01. RGB value is (128,186,1). Sum of RGB (Red+Green+Blue) = 128+186+1=315 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.63% from 315); Green value is 186 (73.05% from 255 or 59.05% from 315); Blue value is 1 (0.78% from 255 or 0.32% from 315); Max value from RGB is 186 - color contains mainly: green. Hex color #80BA01 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80BA01 is #7F45FE. Grayscale: #949494. Windows color (decimal): -8340991 or 113280. OLE color: 113280.

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

Color convert

RGB 128 186 1 -
CMYK 0.31 0 0.99 0.27
HSL 78.81º 0.99% 0.37% -
HSV(B) 78.81º 0.99% 0.73% -
XYZ 26.47 39.71 6.3 -
YUV 147.57 45.28 114.04 -
System Red Green Blue C M Y K H S L
Decimal 128 186 1 0.31 0 0.99 0.27 78.81 0.99 0.37
Hex 80 BA 1 1F 0 63 1B 4F 63 25
Octal 200 272 1 37 0 143 33 117 143 45
Binary 10000000 10111010 1 11111 0 1100011 11011 1001111 1100011 100101

Color Harmonies of #80BA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BA01

Black with #80BA01

Text Example


Text Example

White with #80BA01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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