Html Css Color HEX #75DF73 Pastel Green

📋 copy color: '#75DF73'

red 117 ◦ green 223 ◦ blue 115

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

Shades of Pastel Green #75DF73

Tints of Pastel Green #75DF73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 25.27%

R = 25.71%
G = 49.01%
B = 25.27%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.48

 K value IS 0.13

RGB Variations

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

Color information

#75DF73 (or 0x75DF73) is known color: Pastel Green. HEX triplet: 75, DF and 73. RGB value is (117,223,115). Sum of RGB (Red+Green+Blue) = 117+223+115=455 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.71% from 455); Green value is 223 (87.5% from 255 or 49.01% from 455); Blue value is 115 (45.31% from 255 or 25.27% from 455); Max value from RGB is 223 - color contains mainly: green. Hex color #75DF73 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75DF73 is #8A208C. Grayscale: #B3B3B3. Windows color (decimal): -9052301 or 7593845. OLE color: 7593845.

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

Color convert

RGB 117 223 115 -
CMYK 0.48 0 0.48 0.13
HSL 118.89º 0.63% 0.66% -
HSV(B) 118.89º 0.48% 0.87% -
XYZ 36.82 57.8 25.43 -
YUV 178.99 91.88 83.78 -
System Red Green Blue C M Y K H S L
Decimal 117 223 115 0.48 0 0.48 0.13 118.89 0.63 0.66
Hex 75 DF 73 30 0 30 D 77 3F 42
Octal 165 337 163 60 0 60 15 167 77 102
Binary 1110101 11011111 1110011 110000 0 110000 1101 1110111 111111 1000010

Color Harmonies of #75DF73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DF73

Black with #75DF73

Text Example


Text Example

White with #75DF73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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