Html Css Color HEX #75DF32 Yellow Green

📋 copy color: '#75DF32'

red 117 ◦ green 223 ◦ blue 50

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

Shades of Yellow Green #75DF32

Tints of Yellow Green #75DF32

RGB

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

 GREEN value IS 223 (87.5% from 255) = 57.18%

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

R = 30%
G = 57.18%
B = 12.82%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#75DF32 (or 0x75DF32) is known color: Yellow Green. HEX triplet: 75, DF and 32. RGB value is (117,223,50). Sum of RGB (Red+Green+Blue) = 117+223+50=390 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30% from 390); Green value is 223 (87.5% from 255 or 57.18% from 390); Blue value is 50 (19.92% from 255 or 12.82% from 390); Max value from RGB is 223 - color contains mainly: green. Hex color #75DF32 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #75DF32 is #8A20CD. Grayscale: #ACACAC. Windows color (decimal): -9052366 or 3334005. OLE color: 3334005.

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

Color convert

RGB 117 223 50 -
CMYK 0.48 0 0.78 0.13
HSL 96.76º 0.73% 0.54% -
HSV(B) 96.76º 0.78% 0.87% -
XYZ 34.3 56.79 12.17 -
YUV 171.58 59.38 89.07 -
System Red Green Blue C M Y K H S L
Decimal 117 223 50 0.48 0 0.78 0.13 96.76 0.73 0.54
Hex 75 DF 32 30 0 4E D 61 49 36
Octal 165 337 62 60 0 116 15 141 111 66
Binary 1110101 11011111 110010 110000 0 1001110 1101 1100001 1001001 110110

Color Harmonies of #75DF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DF32

Black with #75DF32

Text Example


Text Example

White with #75DF32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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