Html Css Color HEX #80CA38 Yellow Green

📋 copy color: '#80CA38'

red 128 ◦ green 202 ◦ blue 56

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

Shades of Yellow Green #80CA38

Tints of Yellow Green #80CA38

RGB

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

 GREEN value IS 202 (79.3% from 255) = 52.33%

 BLUE value IS 56 (22.27% from 255) = 14.51%

R = 33.16%
G = 52.33%
B = 14.51%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.72

 K value IS 0.21

RGB Variations

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

Color information

#80CA38 (or 0x80CA38) is known color: Yellow Green. HEX triplet: 80, CA and 38. RGB value is (128,202,56). Sum of RGB (Red+Green+Blue) = 128+202+56=386 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.16% from 386); Green value is 202 (79.30% from 255 or 52.33% from 386); Blue value is 56 (22.27% from 255 or 14.51% from 386); Max value from RGB is 202 - color contains mainly: green. Hex color #80CA38 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80CA38 is #7F35C7. Grayscale: #A3A3A3. Windows color (decimal): -8336840 or 3721856. OLE color: 3721856.

HSL color Cylindrical-coordinate representation of color #80CA38: hue angle of 90.41º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #80CA38 is Cyan = 0.37, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.21.

Color convert

RGB 128 202 56 -
CMYK 0.37 0 0.72 0.21
HSL 90.41º 0.58% 0.51% -
HSV(B) 90.41º 0.72% 0.79% -
XYZ 30.74 47.12 11.22 -
YUV 163.23 67.48 102.87 -
System Red Green Blue C M Y K H S L
Decimal 128 202 56 0.37 0 0.72 0.21 90.41 0.58 0.51
Hex 80 CA 38 25 0 48 15 5A 3A 33
Octal 200 312 70 45 0 110 25 132 72 63
Binary 10000000 11001010 111000 100101 0 1001000 10101 1011010 111010 110011

Color Harmonies of #80CA38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CA38

Black with #80CA38

Text Example


Text Example

White with #80CA38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,202,56); }

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

background-color css

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

 a { background-color: rgb(128,202,56); }

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

border-color css

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

 span { border-color: rgb(128,202,56); }

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