Html Css Color HEX #75DD79 Pastel Green

📋 copy color: '#75DD79'

red 117 ◦ green 221 ◦ blue 121

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

Shades of Pastel Green #75DD79

Tints of Pastel Green #75DD79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 26.36%

R = 25.49%
G = 48.15%
B = 26.36%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#75DD79 (or 0x75DD79) is known color: Pastel Green. HEX triplet: 75, DD and 79. RGB value is (117,221,121). Sum of RGB (Red+Green+Blue) = 117+221+121=459 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.49% from 459); Green value is 221 (86.72% from 255 or 48.15% from 459); Blue value is 121 (47.66% from 255 or 26.36% from 459); Max value from RGB is 221 - color contains mainly: green. Hex color #75DD79 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75DD79 is #8A2286. Grayscale: #B2B2B2. Windows color (decimal): -9052807 or 7986549. OLE color: 7986549.

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

Color convert

RGB 117 221 121 -
CMYK 0.47 0 0.45 0.13
HSL 122.31º 0.6% 0.66% -
HSV(B) 122.31º 0.47% 0.87% -
XYZ 36.64 56.88 27.14 -
YUV 178.5 95.54 84.13 -
System Red Green Blue C M Y K H S L
Decimal 117 221 121 0.47 0 0.45 0.13 122.31 0.6 0.66
Hex 75 DD 79 2F 0 2D D 7A 3C 42
Octal 165 335 171 57 0 55 15 172 74 102
Binary 1110101 11011101 1111001 101111 0 101101 1101 1111010 111100 1000010

Color Harmonies of #75DD79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DD79

Black with #75DD79

Text Example


Text Example

White with #75DD79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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