Html Css Color HEX #75D06F Pastel Green

📋 copy color: '#75D06F'

red 117 ◦ green 208 ◦ blue 111

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

Shades of Pastel Green #75D06F

Tints of Pastel Green #75D06F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 25.46%

R = 26.83%
G = 47.71%
B = 25.46%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#75D06F (or 0x75D06F) is known color: Pastel Green. HEX triplet: 75, D0 and 6F. RGB value is (117,208,111). Sum of RGB (Red+Green+Blue) = 117+208+111=436 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.83% from 436); Green value is 208 (81.64% from 255 or 47.71% from 436); Blue value is 111 (43.75% from 255 or 25.46% from 436); Max value from RGB is 208 - color contains mainly: green. Hex color #75D06F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75D06F is #8A2F90. Grayscale: #AAAAAA. Windows color (decimal): -9056145 or 7327861. OLE color: 7327861.

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

Color convert

RGB 117 208 111 -
CMYK 0.44 0 0.47 0.18
HSL 116.29º 0.51% 0.63% -
HSV(B) 116.29º 0.47% 0.82% -
XYZ 32.76 50.04 22.97 -
YUV 169.73 94.85 90.39 -
System Red Green Blue C M Y K H S L
Decimal 117 208 111 0.44 0 0.47 0.18 116.29 0.51 0.63
Hex 75 D0 6F 2C 0 2F 12 74 33 3F
Octal 165 320 157 54 0 57 22 164 63 77
Binary 1110101 11010000 1101111 101100 0 101111 10010 1110100 110011 111111

Color Harmonies of #75D06F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75D06F

Black with #75D06F

Text Example


Text Example

White with #75D06F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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