Html Css Color HEX #80B700 Citrus

📋 copy color: '#80B700'

red 128 ◦ green 183 ◦ blue 0

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

Shades of Citrus #80B700

Tints of Citrus #80B700

RGB

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

 GREEN value IS 183 (71.88% from 255) = 58.84%

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

R = 41.16%
G = 58.84%
B = 0%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 1

 K value IS 0.28

RGB Variations

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

Color information

#80B700 (or 0x80B700) is known color: Citrus. HEX triplet: 80, B7 and 00. RGB value is (128,183,0). Sum of RGB (Red+Green+Blue) = 128+183+0=311 (41% of max value = 765). Red value is 128 (50.39% from 255 or 41.16% from 311); Green value is 183 (71.88% from 255 or 58.84% from 311); Blue value is 0 (0.39% from 255 or 0% from 311); Max value from RGB is 183 - color contains mainly: green. Hex color #80B700 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #80B700 is #7F48FF. Grayscale: #929292. Windows color (decimal): -8341760 or 46976. OLE color: 46976.

HSL color Cylindrical-coordinate representation of color #80B700: hue angle of 78.03º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #80B700 is Cyan = 0.30, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.28.

Color convert

RGB 128 183 0 -
CMYK 0.30 0 1 0.28
HSL 78.03º 1% 0.36% -
HSV(B) 78.03º 1% 0.72% -
XYZ 25.84 38.46 6.06 -
YUV 145.69 45.78 115.38 -
System Red Green Blue C M Y K H S L
Decimal 128 183 0 0.30 0 1 0.28 78.03 1 0.36
Hex 80 B7 0 1E 0 64 1C 4E 64 24
Octal 200 267 0 36 0 144 34 116 144 44
Binary 10000000 10110111 0 11110 0 1100100 11100 1001110 1100100 100100

Color Harmonies of #80B700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80B700

Black with #80B700

Text Example


Text Example

White with #80B700

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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