Html Css Color HEX #75DC81 Pastel Green

📋 copy color: '#75DC81'

red 117 ◦ green 220 ◦ blue 129

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

Shades of Pastel Green #75DC81

Tints of Pastel Green #75DC81

RGB

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

 GREEN value IS 220 (86.33% from 255) = 47.21%

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

R = 25.11%
G = 47.21%
B = 27.68%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.41

 K value IS 0.14

RGB Variations

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

Color information

#75DC81 (or 0x75DC81) is known color: Pastel Green. HEX triplet: 75, DC and 81. RGB value is (117,220,129). Sum of RGB (Red+Green+Blue) = 117+220+129=466 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.11% from 466); Green value is 220 (86.33% from 255 or 47.21% from 466); Blue value is 129 (50.78% from 255 or 27.68% from 466); Max value from RGB is 220 - color contains mainly: green. Hex color #75DC81 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75DC81 is #8A237E. Grayscale: #B3B3B3. Windows color (decimal): -9053055 or 8510581. OLE color: 8510581.

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

Color convert

RGB 117 220 129 -
CMYK 0.47 0 0.41 0.14
HSL 126.99º 0.6% 0.66% -
HSV(B) 126.99º 0.47% 0.86% -
XYZ 36.89 56.55 29.74 -
YUV 178.83 99.88 83.9 -
System Red Green Blue C M Y K H S L
Decimal 117 220 129 0.47 0 0.41 0.14 126.99 0.6 0.66
Hex 75 DC 81 2F 0 29 E 7F 3C 42
Octal 165 334 201 57 0 51 16 177 74 102
Binary 1110101 11011100 10000001 101111 0 101001 1110 1111111 111100 1000010

Color Harmonies of #75DC81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DC81

Black with #75DC81

Text Example


Text Example

White with #75DC81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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