Html Css Color HEX #80CF1A Yellow Green

📋 copy color: '#80CF1A'

red 128 ◦ green 207 ◦ blue 26

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

Shades of Yellow Green #80CF1A

Tints of Yellow Green #80CF1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.2%

R = 35.46%
G = 57.34%
B = 7.2%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#80CF1A (or 0x80CF1A) is known color: Yellow Green. HEX triplet: 80, CF and 1A. RGB value is (128,207,26). Sum of RGB (Red+Green+Blue) = 128+207+26=361 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.46% from 361); Green value is 207 (81.25% from 255 or 57.34% from 361); Blue value is 26 (10.55% from 255 or 7.20% from 361); Max value from RGB is 207 - color contains mainly: green. Hex color #80CF1A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80CF1A is #7F30E5. Grayscale: #A3A3A3. Windows color (decimal): -8335590 or 1757056. OLE color: 1757056.

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

Color convert

RGB 128 207 26 -
CMYK 0.38 0 0.87 0.19
HSL 86.19º 0.78% 0.46% -
HSV(B) 86.19º 0.87% 0.81% -
XYZ 31.4 49.29 8.84 -
YUV 162.75 50.83 103.22 -
System Red Green Blue C M Y K H S L
Decimal 128 207 26 0.38 0 0.87 0.19 86.19 0.78 0.46
Hex 80 CF 1A 26 0 57 13 56 4E 2E
Octal 200 317 32 46 0 127 23 126 116 56
Binary 10000000 11001111 11010 100110 0 1010111 10011 1010110 1001110 101110

Color Harmonies of #80CF1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CF1A

Black with #80CF1A

Text Example


Text Example

White with #80CF1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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