Html Css Color HEX #75DD7D Pastel Green

📋 copy color: '#75DD7D'

red 117 ◦ green 221 ◦ blue 125

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

Shades of Pastel Green #75DD7D

Tints of Pastel Green #75DD7D

RGB

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

 GREEN value IS 221 (86.72% from 255) = 47.73%

 BLUE value IS 125 (49.22% from 255) = 27%

R = 25.27%
G = 47.73%
B = 27%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#75DD7D (or 0x75DD7D) is known color: Pastel Green. HEX triplet: 75, DD and 7D. RGB value is (117,221,125). Sum of RGB (Red+Green+Blue) = 117+221+125=463 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.27% from 463); Green value is 221 (86.72% from 255 or 47.73% from 463); Blue value is 125 (49.22% from 255 or 27.00% from 463); Max value from RGB is 221 - color contains mainly: green. Hex color #75DD7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75DD7D is #8A2282. Grayscale: #B3B3B3. Windows color (decimal): -9052803 or 8248693. OLE color: 8248693.

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

Color convert

RGB 117 221 125 -
CMYK 0.47 0 0.43 0.13
HSL 124.62º 0.6% 0.66% -
HSV(B) 124.62º 0.47% 0.87% -
XYZ 36.89 56.98 28.45 -
YUV 178.96 97.54 83.81 -
System Red Green Blue C M Y K H S L
Decimal 117 221 125 0.47 0 0.43 0.13 124.62 0.6 0.66
Hex 75 DD 7D 2F 0 2B D 7D 3C 42
Octal 165 335 175 57 0 53 15 175 74 102
Binary 1110101 11011101 1111101 101111 0 101011 1101 1111101 111100 1000010

Color Harmonies of #75DD7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DD7D

Black with #75DD7D

Text Example


Text Example

White with #75DD7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,221,125); }

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

background-color css

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

 a { background-color: rgb(117,221,125); }

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

border-color css

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

 span { border-color: rgb(117,221,125); }

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