Html Css Color HEX #75D963 Pastel Green

📋 copy color: '#75D963'

red 117 ◦ green 217 ◦ blue 99

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

Shades of Pastel Green #75D963

Tints of Pastel Green #75D963

RGB

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

 GREEN value IS 217 (85.16% from 255) = 50.12%

 BLUE value IS 99 (39.06% from 255) = 22.86%

R = 27.02%
G = 50.12%
B = 22.86%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#75D963 (or 0x75D963) is known color: Pastel Green. HEX triplet: 75, D9 and 63. RGB value is (117,217,99). Sum of RGB (Red+Green+Blue) = 117+217+99=433 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.02% from 433); Green value is 217 (85.16% from 255 or 50.12% from 433); Blue value is 99 (39.06% from 255 or 22.86% from 433); Max value from RGB is 217 - color contains mainly: green. Hex color #75D963 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75D963 is #8A269C. Grayscale: #AEAEAE. Windows color (decimal): -9053853 or 6543733. OLE color: 6543733.

HSL color Cylindrical-coordinate representation of color #75D963: hue angle of 110.85º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #75D963 is Cyan = 0.46, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.

Color convert

RGB 117 217 99 -
CMYK 0.46 0 0.54 0.15
HSL 110.85º 0.61% 0.62% -
HSV(B) 110.85º 0.54% 0.85% -
XYZ 34.4 54.31 20.47 -
YUV 173.65 85.87 87.59 -
System Red Green Blue C M Y K H S L
Decimal 117 217 99 0.46 0 0.54 0.15 110.85 0.61 0.62
Hex 75 D9 63 2E 0 36 F 6F 3D 3E
Octal 165 331 143 56 0 66 17 157 75 76
Binary 1110101 11011001 1100011 101110 0 110110 1111 1101111 111101 111110

Color Harmonies of #75D963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75D963

Black with #75D963

Text Example


Text Example

White with #75D963

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,217,99); }

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

background-color css

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

 a { background-color: rgb(117,217,99); }

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

border-color css

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

 span { border-color: rgb(117,217,99); }

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