Html Css Color HEX #75DD5D Pastel Green

📋 copy color: '#75DD5D'

red 117 ◦ green 221 ◦ blue 93

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

Shades of Pastel Green #75DD5D

Tints of Pastel Green #75DD5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 21.58%

R = 27.15%
G = 51.28%
B = 21.58%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#75DD5D (or 0x75DD5D) is known color: Pastel Green. HEX triplet: 75, DD and 5D. RGB value is (117,221,93). Sum of RGB (Red+Green+Blue) = 117+221+93=431 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.15% from 431); Green value is 221 (86.72% from 255 or 51.28% from 431); Blue value is 93 (36.72% from 255 or 21.58% from 431); Max value from RGB is 221 - color contains mainly: green. Hex color #75DD5D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75DD5D is #8A22A2. Grayscale: #AFAFAF. Windows color (decimal): -9052835 or 6151541. OLE color: 6151541.

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

Color convert

RGB 117 221 93 -
CMYK 0.47 0 0.58 0.13
HSL 108.75º 0.65% 0.62% -
HSV(B) 108.75º 0.58% 0.87% -
XYZ 35.17 56.29 19.37 -
YUV 175.31 81.54 86.41 -
System Red Green Blue C M Y K H S L
Decimal 117 221 93 0.47 0 0.58 0.13 108.75 0.65 0.62
Hex 75 DD 5D 2F 0 3A D 6D 41 3E
Octal 165 335 135 57 0 72 15 155 101 76
Binary 1110101 11011101 1011101 101111 0 111010 1101 1101101 1000001 111110

Color Harmonies of #75DD5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DD5D

Black with #75DD5D

Text Example


Text Example

White with #75DD5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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