Html Css Color HEX #75D07D Pastel Green

📋 copy color: '#75D07D'

red 117 ◦ green 208 ◦ blue 125

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

Shades of Pastel Green #75D07D

Tints of Pastel Green #75D07D

RGB

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

 GREEN value IS 208 (81.64% from 255) = 46.22%

 BLUE value IS 125 (49.22% from 255) = 27.78%

R = 26%
G = 46.22%
B = 27.78%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#75D07D (or 0x75D07D) is known color: Pastel Green. HEX triplet: 75, D0 and 7D. RGB value is (117,208,125). Sum of RGB (Red+Green+Blue) = 117+208+125=450 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26% from 450); Green value is 208 (81.64% from 255 or 46.22% from 450); Blue value is 125 (49.22% from 255 or 27.78% from 450); Max value from RGB is 208 - color contains mainly: green. Hex color #75D07D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75D07D is #8A2F82. Grayscale: #ABABAB. Windows color (decimal): -9056131 or 8245365. OLE color: 8245365.

HSL color Cylindrical-coordinate representation of color #75D07D: hue angle of 125.27º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #75D07D is Cyan = 0.44, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB 117 208 125 -
CMYK 0.44 0 0.40 0.18
HSL 125.27º 0.49% 0.64% -
HSV(B) 125.27º 0.44% 0.82% -
XYZ 33.59 50.37 27.35 -
YUV 171.33 101.85 89.25 -
System Red Green Blue C M Y K H S L
Decimal 117 208 125 0.44 0 0.40 0.18 125.27 0.49 0.64
Hex 75 D0 7D 2C 0 28 12 7D 31 40
Octal 165 320 175 54 0 50 22 175 61 100
Binary 1110101 11010000 1111101 101100 0 101000 10010 1111101 110001 1000000

Color Harmonies of #75D07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75D07D

Black with #75D07D

Text Example


Text Example

White with #75D07D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,208,125); }

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

background-color css

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

 a { background-color: rgb(117,208,125); }

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

border-color css

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

 span { border-color: rgb(117,208,125); }

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