Html Css Color HEX #75D67C Pastel Green

📋 copy color: '#75D67C'

red 117 ◦ green 214 ◦ blue 124

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

Shades of Pastel Green #75D67C

Tints of Pastel Green #75D67C

RGB

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

 GREEN value IS 214 (83.98% from 255) = 47.03%

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

R = 25.71%
G = 47.03%
B = 27.25%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#75D67C (or 0x75D67C) is known color: Pastel Green. HEX triplet: 75, D6 and 7C. RGB value is (117,214,124). Sum of RGB (Red+Green+Blue) = 117+214+124=455 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.71% from 455); Green value is 214 (83.98% from 255 or 47.03% from 455); Blue value is 124 (48.83% from 255 or 27.25% from 455); Max value from RGB is 214 - color contains mainly: green. Hex color #75D67C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75D67C is #8A2983. Grayscale: #AFAFAF. Windows color (decimal): -9054596 or 8181365. OLE color: 8181365.

HSL color Cylindrical-coordinate representation of color #75D67C: hue angle of 124.33º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #75D67C is Cyan = 0.45, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB 117 214 124 -
CMYK 0.45 0 0.42 0.16
HSL 124.33º 0.54% 0.65% -
HSV(B) 124.33º 0.45% 0.84% -
XYZ 35.02 53.33 27.52 -
YUV 174.74 99.36 86.82 -
System Red Green Blue C M Y K H S L
Decimal 117 214 124 0.45 0 0.42 0.16 124.33 0.54 0.65
Hex 75 D6 7C 2D 0 2A 10 7C 36 41
Octal 165 326 174 55 0 52 20 174 66 101
Binary 1110101 11010110 1111100 101101 0 101010 10000 1111100 110110 1000001

Color Harmonies of #75D67C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75D67C

Black with #75D67C

Text Example


Text Example

White with #75D67C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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