Html Css Color HEX #75D07C Pastel Green

📋 copy color: '#75D07C'

red 117 ◦ green 208 ◦ blue 124

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

Shades of Pastel Green #75D07C

Tints of Pastel Green #75D07C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 27.62%

R = 26.06%
G = 46.33%
B = 27.62%

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

#75D07C (or 0x75D07C) is known color: Pastel Green. HEX triplet: 75, D0 and 7C. RGB value is (117,208,124). Sum of RGB (Red+Green+Blue) = 117+208+124=449 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.06% from 449); Green value is 208 (81.64% from 255 or 46.33% from 449); Blue value is 124 (48.83% from 255 or 27.62% from 449); Max value from RGB is 208 - color contains mainly: green. Hex color #75D07C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75D07C is #8A2F83. Grayscale: #ABABAB. Windows color (decimal): -9056132 or 8179829. OLE color: 8179829.

HSL color Cylindrical-coordinate representation of color #75D07C: hue angle of 124.62º 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 #75D07C is Cyan = 0.44, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB 117 208 124 -
CMYK 0.44 0 0.40 0.18
HSL 124.62º 0.49% 0.64% -
HSV(B) 124.62º 0.44% 0.82% -
XYZ 33.53 50.35 27.02 -
YUV 171.22 101.35 89.33 -
System Red Green Blue C M Y K H S L
Decimal 117 208 124 0.44 0 0.40 0.18 124.62 0.49 0.64
Hex 75 D0 7C 2C 0 28 12 7D 31 40
Octal 165 320 174 54 0 50 22 175 61 100
Binary 1110101 11010000 1111100 101100 0 101000 10010 1111101 110001 1000000

Color Harmonies of #75D07C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75D07C

Black with #75D07C

Text Example


Text Example

White with #75D07C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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