Html Css Color HEX #75DD7F Pastel Green

📋 copy color: '#75DD7F'

red 117 ◦ green 221 ◦ blue 127

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

Shades of Pastel Green #75DD7F

Tints of Pastel Green #75DD7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 27.31%

R = 25.16%
G = 47.53%
B = 27.31%

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

#75DD7F (or 0x75DD7F) is known color: Pastel Green. HEX triplet: 75, DD and 7F. RGB value is (117,221,127). Sum of RGB (Red+Green+Blue) = 117+221+127=465 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.16% from 465); Green value is 221 (86.72% from 255 or 47.53% from 465); Blue value is 127 (50% from 255 or 27.31% from 465); Max value from RGB is 221 - color contains mainly: green. Hex color #75DD7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75DD7F is #8A2280. Grayscale: #B3B3B3. Windows color (decimal): -9052801 or 8379765. OLE color: 8379765.

HSL color Cylindrical-coordinate representation of color #75DD7F: hue angle of 125.77º 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 #75DD7F is Cyan = 0.47, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB 117 221 127 -
CMYK 0.47 0 0.43 0.13
HSL 125.77º 0.6% 0.66% -
HSV(B) 125.77º 0.47% 0.87% -
XYZ 37.02 57.03 29.13 -
YUV 179.19 98.54 83.64 -
System Red Green Blue C M Y K H S L
Decimal 117 221 127 0.47 0 0.43 0.13 125.77 0.6 0.66
Hex 75 DD 7F 2F 0 2B D 7E 3C 42
Octal 165 335 177 57 0 53 15 176 74 102
Binary 1110101 11011101 1111111 101111 0 101011 1101 1111110 111100 1000010

Color Harmonies of #75DD7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DD7F

Black with #75DD7F

Text Example


Text Example

White with #75DD7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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