Html Css Color HEX #75DD81 Pastel Green

📋 copy color: '#75DD81'

red 117 ◦ green 221 ◦ blue 129

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

Shades of Pastel Green #75DD81

Tints of Pastel Green #75DD81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 27.62%

R = 25.05%
G = 47.32%
B = 27.62%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.42

 K value IS 0.13

RGB Variations

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

Color information

#75DD81 (or 0x75DD81) is known color: Pastel Green. HEX triplet: 75, DD and 81. RGB value is (117,221,129). Sum of RGB (Red+Green+Blue) = 117+221+129=467 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.05% from 467); Green value is 221 (86.72% from 255 or 47.32% from 467); Blue value is 129 (50.78% from 255 or 27.62% from 467); Max value from RGB is 221 - color contains mainly: green. Hex color #75DD81 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75DD81 is #8A227E. Grayscale: #B3B3B3. Windows color (decimal): -9052799 or 8510837. OLE color: 8510837.

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

Color convert

RGB 117 221 129 -
CMYK 0.47 0 0.42 0.13
HSL 126.92º 0.6% 0.66% -
HSV(B) 126.92º 0.47% 0.87% -
XYZ 37.16 57.08 29.83 -
YUV 179.42 99.54 83.48 -
System Red Green Blue C M Y K H S L
Decimal 117 221 129 0.47 0 0.42 0.13 126.92 0.6 0.66
Hex 75 DD 81 2F 0 2A D 7F 3C 42
Octal 165 335 201 57 0 52 15 177 74 102
Binary 1110101 11011101 10000001 101111 0 101010 1101 1111111 111100 1000010

Color Harmonies of #75DD81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DD81

Black with #75DD81

Text Example


Text Example

White with #75DD81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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