Html Css Color HEX #75DE61 Pastel Green

📋 copy color: '#75DE61'

red 117 ◦ green 222 ◦ blue 97

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

Shades of Pastel Green #75DE61

Tints of Pastel Green #75DE61

RGB

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

 GREEN value IS 222 (87.11% from 255) = 50.92%

 BLUE value IS 97 (38.28% from 255) = 22.25%

R = 26.83%
G = 50.92%
B = 22.25%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.56

 K value IS 0.13

RGB Variations

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

Color information

#75DE61 (or 0x75DE61) is known color: Pastel Green. HEX triplet: 75, DE and 61. RGB value is (117,222,97). Sum of RGB (Red+Green+Blue) = 117+222+97=436 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.83% from 436); Green value is 222 (87.11% from 255 or 50.92% from 436); Blue value is 97 (38.28% from 255 or 22.25% from 436); Max value from RGB is 222 - color contains mainly: green. Hex color #75DE61 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75DE61 is #8A219E. Grayscale: #B0B0B0. Windows color (decimal): -9052575 or 6413941. OLE color: 6413941.

HSL color Cylindrical-coordinate representation of color #75DE61: hue angle of 110.4º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #75DE61 is Cyan = 0.47, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.13.

Color convert

RGB 117 222 97 -
CMYK 0.47 0 0.56 0.13
HSL 110.4º 0.65% 0.63% -
HSV(B) 110.4º 0.56% 0.87% -
XYZ 35.62 56.89 20.41 -
YUV 176.36 83.21 85.66 -
System Red Green Blue C M Y K H S L
Decimal 117 222 97 0.47 0 0.56 0.13 110.4 0.65 0.63
Hex 75 DE 61 2F 0 38 D 6E 41 3F
Octal 165 336 141 57 0 70 15 156 101 77
Binary 1110101 11011110 1100001 101111 0 111000 1101 1101110 1000001 111111

Color Harmonies of #75DE61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DE61

Black with #75DE61

Text Example


Text Example

White with #75DE61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,222,97); }

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

background-color css

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

 a { background-color: rgb(117,222,97); }

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

border-color css

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

 span { border-color: rgb(117,222,97); }

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