Html Css Color HEX #75DF86 Pastel Green

📋 copy color: '#75DF86'

red 117 ◦ green 223 ◦ blue 134

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

Shades of Pastel Green #75DF86

Tints of Pastel Green #75DF86

RGB

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

 GREEN value IS 223 (87.5% from 255) = 47.05%

 BLUE value IS 134 (52.73% from 255) = 28.27%

R = 24.68%
G = 47.05%
B = 28.27%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.40

 K value IS 0.13

RGB Variations

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

Color information

#75DF86 (or 0x75DF86) is known color: Pastel Green. HEX triplet: 75, DF and 86. RGB value is (117,223,134). Sum of RGB (Red+Green+Blue) = 117+223+134=474 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.68% from 474); Green value is 223 (87.5% from 255 or 47.05% from 474); Blue value is 134 (52.73% from 255 or 28.27% from 474); Max value from RGB is 223 - color contains mainly: green. Hex color #75DF86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75DF86 is #8A2079. Grayscale: #B5B5B5. Windows color (decimal): -9052282 or 8839029. OLE color: 8839029.

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

Color convert

RGB 117 223 134 -
CMYK 0.48 0 0.40 0.13
HSL 129.62º 0.62% 0.67% -
HSV(B) 129.62º 0.48% 0.87% -
XYZ 38.03 58.28 31.8 -
YUV 181.16 101.38 82.24 -
System Red Green Blue C M Y K H S L
Decimal 117 223 134 0.48 0 0.40 0.13 129.62 0.62 0.67
Hex 75 DF 86 30 0 28 D 82 3E 43
Octal 165 337 206 60 0 50 15 202 76 103
Binary 1110101 11011111 10000110 110000 0 101000 1101 10000010 111110 1000011

Color Harmonies of #75DF86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DF86

Black with #75DF86

Text Example


Text Example

White with #75DF86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,223,134); }

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

background-color css

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

 a { background-color: rgb(117,223,134); }

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

border-color css

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

 span { border-color: rgb(117,223,134); }

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