Html Css Color HEX #80BD00 Citrus

📋 copy color: '#80BD00'

red 128 ◦ green 189 ◦ blue 0

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

Shades of Citrus #80BD00

Tints of Citrus #80BD00

RGB

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

 GREEN value IS 189 (74.22% from 255) = 59.62%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 40.38%
G = 59.62%
B = 0%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 1

 K value IS 0.26

RGB Variations

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

Color information

#80BD00 (or 0x80BD00) is known color: Citrus. HEX triplet: 80, BD and 00. RGB value is (128,189,0). Sum of RGB (Red+Green+Blue) = 128+189+0=317 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.38% from 317); Green value is 189 (74.22% from 255 or 59.62% from 317); Blue value is 0 (0.39% from 255 or 0% from 317); Max value from RGB is 189 - color contains mainly: green. Hex color #80BD00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80BD00 is #7F42FF. Grayscale: #959595. Windows color (decimal): -8340224 or 48512. OLE color: 48512.

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

Color convert

RGB 128 189 0 -
CMYK 0.32 0 1 0.26
HSL 79.37º 1% 0.37% -
HSV(B) 79.37º 1% 0.74% -
XYZ 27.1 40.98 6.48 -
YUV 149.22 43.79 112.87 -
System Red Green Blue C M Y K H S L
Decimal 128 189 0 0.32 0 1 0.26 79.37 1 0.37
Hex 80 BD 0 20 0 64 1A 4F 64 25
Octal 200 275 0 40 0 144 32 117 144 45
Binary 10000000 10111101 0 100000 0 1100100 11010 1001111 1100100 100101

Color Harmonies of #80BD00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BD00

Black with #80BD00

Text Example


Text Example

White with #80BD00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,189,0); }

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

background-color css

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

 a { background-color: rgb(128,189,0); }

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

border-color css

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

 span { border-color: rgb(128,189,0); }

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