Html Css Color HEX #75E032 Yellow Green

📋 copy color: '#75E032'

red 117 ◦ green 224 ◦ blue 50

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

Shades of Yellow Green #75E032

Tints of Yellow Green #75E032

RGB

 RED value IS 117 (46.09% from 255) = 29.92%

 GREEN value IS 224 (87.89% from 255) = 57.29%

 BLUE value IS 50 (19.92% from 255) = 12.79%

R = 29.92%
G = 57.29%
B = 12.79%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#75E032 (or 0x75E032) is known color: Yellow Green. HEX triplet: 75, E0 and 32. RGB value is (117,224,50). Sum of RGB (Red+Green+Blue) = 117+224+50=391 (51% of max value = 765). Red value is 117 (46.09% from 255 or 29.92% from 391); Green value is 224 (87.89% from 255 or 57.29% from 391); Blue value is 50 (19.92% from 255 or 12.79% from 391); Max value from RGB is 224 - color contains mainly: green. Hex color #75E032 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75E032 is #8A1FCD. Grayscale: #ACACAC. Windows color (decimal): -9052110 or 3334261. OLE color: 3334261.

HSL color Cylindrical-coordinate representation of color #75E032: hue angle of 96.9º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #75E032 is Cyan = 0.48, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.

Color convert

RGB 117 224 50 -
CMYK 0.48 0 0.78 0.12
HSL 96.9º 0.74% 0.54% -
HSV(B) 96.9º 0.78% 0.88% -
XYZ 34.57 57.32 12.26 -
YUV 172.17 59.05 88.65 -
System Red Green Blue C M Y K H S L
Decimal 117 224 50 0.48 0 0.78 0.12 96.9 0.74 0.54
Hex 75 E0 32 30 0 4E C 61 4A 36
Octal 165 340 62 60 0 116 14 141 112 66
Binary 1110101 11100000 110010 110000 0 1001110 1100 1100001 1001010 110110

Color Harmonies of #75E032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75E032

Black with #75E032

Text Example


Text Example

White with #75E032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75E032; }

 p { color: rgb(117,224,50); }

 H1.HeaderClassName
 {
   color: #75E032;
 }
 .AnyTagClassName
 {
   color: #75E032;
 }
</style>

background-color css

<style>
 a { background-color: #75E032; }

 a { background-color: rgb(117,224,50); }

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

border-color css

<style>
 span { border-color: #75E032; }

 span { border-color: rgb(117,224,50); }

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