Html Css Color HEX #75D26D Pastel Green

📋 copy color: '#75D26D'

red 117 ◦ green 210 ◦ blue 109

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

Shades of Pastel Green #75D26D

Tints of Pastel Green #75D26D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 25%

R = 26.83%
G = 48.17%
B = 25%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#75D26D (or 0x75D26D) is known color: Pastel Green. HEX triplet: 75, D2 and 6D. RGB value is (117,210,109). Sum of RGB (Red+Green+Blue) = 117+210+109=436 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.83% from 436); Green value is 210 (82.42% from 255 or 48.17% from 436); Blue value is 109 (42.97% from 255 or 25% from 436); Max value from RGB is 210 - color contains mainly: green. Hex color #75D26D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75D26D is #8A2D92. Grayscale: #AAAAAA. Windows color (decimal): -9055635 or 7197301. OLE color: 7197301.

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

Color convert

RGB 117 210 109 -
CMYK 0.44 0 0.48 0.18
HSL 115.25º 0.53% 0.63% -
HSV(B) 115.25º 0.48% 0.82% -
XYZ 33.14 50.98 22.56 -
YUV 170.68 93.19 89.71 -
System Red Green Blue C M Y K H S L
Decimal 117 210 109 0.44 0 0.48 0.18 115.25 0.53 0.63
Hex 75 D2 6D 2C 0 30 12 73 35 3F
Octal 165 322 155 54 0 60 22 163 65 77
Binary 1110101 11010010 1101101 101100 0 110000 10010 1110011 110101 111111

Color Harmonies of #75D26D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75D26D

Black with #75D26D

Text Example


Text Example

White with #75D26D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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