#80CF1D

Color #80CF1D Yellow Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Green #80CF1D

Tints of Yellow Green #80CF1D

Color information

#80CF1D (or 0x80CF1D) is unknown color: approx Yellow Green. HEX triplet: 80, CF and 1D. RGB value is (128,207,29). Sum of RGB (Red+Green+Blue) = 128+207+29=364 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.16% from 364); Green value is 207 (81.25% from 255 or 56.87% from 364); Blue value is 29 (11.72% from 255 or 7.97% from 364); Max value from RGB is 207 - color contains mainly: green. Hex color #80CF1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80CF1D is #7F30E2. Grayscale: #A3A3A3. Windows color (decimal): -8335587 or 1953664. OLE color: 1953664.

HSL color Cylindrical-coordinate representation of color #80CF1D: hue angle of 86.63º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #80CF1D is Cyan = 0.38, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.19.

Color convert

RGB12820729-
CMYK0.3800.860.19
HSL86.63º75.42%46.27%-
HSV(B)86.63º85.99%81.18%-
XYZ31.4449.39.02-
YUV163.0952.33102.97-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.16%
GREEN value IS 207 (81.25% from 255) = 56.87%
BLUE value IS 29 (11.72% from 255) = 7.97%
R=35.16%
G=56.87%
B=7.97%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal128207290.3800.860.1986.6375.4246.27
Hex80CF1D2605613574b2e
Octal200317354601262312711356
Binary100000001100111111101100110010101101001110101111001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80CF1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,207,29); }

 H1.HeaderClassName
 {
   color: #80CF1D;
 }
 .AnyTagClassName
 {
   color: #80CF1D;
 }
</style>
background-color css

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

 a { background-color: rgb(128,207,29); }

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

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

 span { border-color: rgb(128,207,29); }

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