Html Css Color HEX #75D96D Pastel Green

📋 copy color: '#75D96D'

red 117 ◦ green 217 ◦ blue 109

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

Shades of Pastel Green #75D96D

Tints of Pastel Green #75D96D

RGB

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

 GREEN value IS 217 (85.16% from 255) = 48.98%

 BLUE value IS 109 (42.97% from 255) = 24.6%

R = 26.41%
G = 48.98%
B = 24.6%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#75D96D (or 0x75D96D) is known color: Pastel Green. HEX triplet: 75, D9 and 6D. RGB value is (117,217,109). Sum of RGB (Red+Green+Blue) = 117+217+109=443 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.41% from 443); Green value is 217 (85.16% from 255 or 48.98% from 443); Blue value is 109 (42.97% from 255 or 24.60% from 443); Max value from RGB is 217 - color contains mainly: green. Hex color #75D96D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75D96D is #8A2692. Grayscale: #AFAFAF. Windows color (decimal): -9053843 or 7199093. OLE color: 7199093.

HSL color Cylindrical-coordinate representation of color #75D96D: hue angle of 115.56º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #75D96D is Cyan = 0.46, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 117 217 109 -
CMYK 0.46 0 0.50 0.15
HSL 115.56º 0.59% 0.64% -
HSV(B) 115.56º 0.5% 0.85% -
XYZ 34.91 54.51 23.15 -
YUV 174.79 90.87 86.78 -
System Red Green Blue C M Y K H S L
Decimal 117 217 109 0.46 0 0.50 0.15 115.56 0.59 0.64
Hex 75 D9 6D 2E 0 32 F 74 3B 40
Octal 165 331 155 56 0 62 17 164 73 100
Binary 1110101 11011001 1101101 101110 0 110010 1111 1110100 111011 1000000

Color Harmonies of #75D96D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75D96D

Black with #75D96D

Text Example


Text Example

White with #75D96D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,217,109); }

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

background-color css

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

 a { background-color: rgb(117,217,109); }

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

border-color css

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

 span { border-color: rgb(117,217,109); }

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