Html Css Color HEX #80CF31 Yellow Green

📋 copy color: '#80CF31'

red 128 ◦ green 207 ◦ blue 49

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

Shades of Yellow Green #80CF31

Tints of Yellow Green #80CF31

RGB

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

 GREEN value IS 207 (81.25% from 255) = 53.91%

 BLUE value IS 49 (19.53% from 255) = 12.76%

R = 33.33%
G = 53.91%
B = 12.76%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.76

 K value IS 0.19

RGB Variations

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

Color information

#80CF31 (or 0x80CF31) is known color: Yellow Green. HEX triplet: 80, CF and 31. RGB value is (128,207,49). Sum of RGB (Red+Green+Blue) = 128+207+49=384 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.33% from 384); Green value is 207 (81.25% from 255 or 53.91% from 384); Blue value is 49 (19.53% from 255 or 12.76% from 384); Max value from RGB is 207 - color contains mainly: green. Hex color #80CF31 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80CF31 is #7F30CE. Grayscale: #A5A5A5. Windows color (decimal): -8335567 or 3264384. OLE color: 3264384.

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

Color convert

RGB 128 207 49 -
CMYK 0.38 0 0.76 0.19
HSL 90º 0.62% 0.5% -
HSV(B) 90º 0.76% 0.81% -
XYZ 31.77 49.44 10.77 -
YUV 165.37 62.33 101.35 -
System Red Green Blue C M Y K H S L
Decimal 128 207 49 0.38 0 0.76 0.19 90 0.62 0.5
Hex 80 CF 31 26 0 4C 13 5A 3E 32
Octal 200 317 61 46 0 114 23 132 76 62
Binary 10000000 11001111 110001 100110 0 1001100 10011 1011010 111110 110010

Color Harmonies of #80CF31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CF31

Black with #80CF31

Text Example


Text Example

White with #80CF31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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