Html Css Color HEX #75D277 Pastel Green

📋 copy color: '#75D277'

red 117 ◦ green 210 ◦ blue 119

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

Shades of Pastel Green #75D277

Tints of Pastel Green #75D277

RGB

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

 GREEN value IS 210 (82.42% from 255) = 47.09%

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

R = 26.23%
G = 47.09%
B = 26.68%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#75D277 (or 0x75D277) is known color: Pastel Green. HEX triplet: 75, D2 and 77. RGB value is (117,210,119). Sum of RGB (Red+Green+Blue) = 117+210+119=446 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.23% from 446); Green value is 210 (82.42% from 255 or 47.09% from 446); Blue value is 119 (46.88% from 255 or 26.68% from 446); Max value from RGB is 210 - color contains mainly: green. Hex color #75D277 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75D277 is #8A2D88. Grayscale: #ACACAC. Windows color (decimal): -9055625 or 7852661. OLE color: 7852661.

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

Color convert

RGB 117 210 119 -
CMYK 0.44 0 0.43 0.18
HSL 121.29º 0.51% 0.64% -
HSV(B) 121.29º 0.44% 0.82% -
XYZ 33.71 51.21 25.56 -
YUV 171.82 98.19 88.9 -
System Red Green Blue C M Y K H S L
Decimal 117 210 119 0.44 0 0.43 0.18 121.29 0.51 0.64
Hex 75 D2 77 2C 0 2B 12 79 33 40
Octal 165 322 167 54 0 53 22 171 63 100
Binary 1110101 11010010 1110111 101100 0 101011 10010 1111001 110011 1000000

Color Harmonies of #75D277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75D277

Black with #75D277

Text Example


Text Example

White with #75D277

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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