Html Css Color HEX #80CB38 Yellow Green

📋 copy color: '#80CB38'

red 128 ◦ green 203 ◦ blue 56

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

Shades of Yellow Green #80CB38

Tints of Yellow Green #80CB38

RGB

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

 GREEN value IS 203 (79.69% from 255) = 52.45%

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

R = 33.07%
G = 52.45%
B = 14.47%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.72

 K value IS 0.20

RGB Variations

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

Color information

#80CB38 (or 0x80CB38) is known color: Yellow Green. HEX triplet: 80, CB and 38. RGB value is (128,203,56). Sum of RGB (Red+Green+Blue) = 128+203+56=387 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.07% from 387); Green value is 203 (79.69% from 255 or 52.45% from 387); Blue value is 56 (22.27% from 255 or 14.47% from 387); Max value from RGB is 203 - color contains mainly: green. Hex color #80CB38 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #80CB38 is #7F34C7. Grayscale: #A4A4A4. Windows color (decimal): -8336584 or 3722112. OLE color: 3722112.

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

Color convert

RGB 128 203 56 -
CMYK 0.37 0 0.72 0.20
HSL 90.61º 0.59% 0.51% -
HSV(B) 90.61º 0.72% 0.8% -
XYZ 30.97 47.59 11.29 -
YUV 163.82 67.15 102.45 -
System Red Green Blue C M Y K H S L
Decimal 128 203 56 0.37 0 0.72 0.20 90.61 0.59 0.51
Hex 80 CB 38 25 0 48 14 5B 3B 33
Octal 200 313 70 45 0 110 24 133 73 63
Binary 10000000 11001011 111000 100101 0 1001000 10100 1011011 111011 110011

Color Harmonies of #80CB38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80CB38

Black with #80CB38

Text Example


Text Example

White with #80CB38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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