Html Css Color HEX #75D477 Pastel Green

📋 copy color: '#75D477'

red 117 ◦ green 212 ◦ blue 119

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

Shades of Pastel Green #75D477

Tints of Pastel Green #75D477

RGB

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

 GREEN value IS 212 (83.2% from 255) = 47.32%

 BLUE value IS 119 (46.88% from 255) = 26.56%

R = 26.12%
G = 47.32%
B = 26.56%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.44

 K value IS 0.17

RGB Variations

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

Color information

#75D477 (or 0x75D477) is known color: Pastel Green. HEX triplet: 75, D4 and 77. RGB value is (117,212,119). Sum of RGB (Red+Green+Blue) = 117+212+119=448 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.12% from 448); Green value is 212 (83.20% from 255 or 47.32% from 448); Blue value is 119 (46.88% from 255 or 26.56% from 448); Max value from RGB is 212 - color contains mainly: green. Hex color #75D477 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75D477 is #8A2B88. Grayscale: #ADADAD. Windows color (decimal): -9055113 or 7853173. OLE color: 7853173.

HSL color Cylindrical-coordinate representation of color #75D477: hue angle of 121.26º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #75D477 is Cyan = 0.45, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.17.

Color convert

RGB 117 212 119 -
CMYK 0.45 0 0.44 0.17
HSL 121.26º 0.52% 0.65% -
HSV(B) 121.26º 0.45% 0.83% -
XYZ 34.21 52.2 25.73 -
YUV 172.99 97.53 88.06 -
System Red Green Blue C M Y K H S L
Decimal 117 212 119 0.45 0 0.44 0.17 121.26 0.52 0.65
Hex 75 D4 77 2D 0 2C 11 79 34 41
Octal 165 324 167 55 0 54 21 171 64 101
Binary 1110101 11010100 1110111 101101 0 101100 10001 1111001 110100 1000001

Color Harmonies of #75D477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75D477

Black with #75D477

Text Example


Text Example

White with #75D477

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,212,119); }

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

background-color css

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

 a { background-color: rgb(117,212,119); }

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

border-color css

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

 span { border-color: rgb(117,212,119); }

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