Html Css Color HEX #80D02F Yellow Green

📋 copy color: '#80D02F'

red 128 ◦ green 208 ◦ blue 47

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

Shades of Yellow Green #80D02F

Tints of Yellow Green #80D02F

RGB

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

 GREEN value IS 208 (81.64% from 255) = 54.31%

 BLUE value IS 47 (18.75% from 255) = 12.27%

R = 33.42%
G = 54.31%
B = 12.27%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#80D02F (or 0x80D02F) is known color: Yellow Green. HEX triplet: 80, D0 and 2F. RGB value is (128,208,47). Sum of RGB (Red+Green+Blue) = 128+208+47=383 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.42% from 383); Green value is 208 (81.64% from 255 or 54.31% from 383); Blue value is 47 (18.75% from 255 or 12.27% from 383); Max value from RGB is 208 - color contains mainly: green. Hex color #80D02F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80D02F is #7F2FD0. Grayscale: #A6A6A6. Windows color (decimal): -8335313 or 3133568. OLE color: 3133568.

HSL color Cylindrical-coordinate representation of color #80D02F: hue angle of 89.81º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #80D02F is Cyan = 0.38, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.18.

Color convert

RGB 128 208 47 -
CMYK 0.38 0 0.77 0.18
HSL 89.81º 0.63% 0.5% -
HSV(B) 89.81º 0.77% 0.82% -
XYZ 31.97 49.91 10.64 -
YUV 165.73 61 101.09 -
System Red Green Blue C M Y K H S L
Decimal 128 208 47 0.38 0 0.77 0.18 89.81 0.63 0.5
Hex 80 D0 2F 26 0 4D 12 5A 3F 32
Octal 200 320 57 46 0 115 22 132 77 62
Binary 10000000 11010000 101111 100110 0 1001101 10010 1011010 111111 110010

Color Harmonies of #80D02F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80D02F

Black with #80D02F

Text Example


Text Example

White with #80D02F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,208,47); }

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

background-color css

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

 a { background-color: rgb(128,208,47); }

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

border-color css

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

 span { border-color: rgb(128,208,47); }

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