Html Css Color HEX #75DC60 Pastel Green

📋 copy color: '#75DC60'

red 117 ◦ green 220 ◦ blue 96

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

Shades of Pastel Green #75DC60

Tints of Pastel Green #75DC60

RGB

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

 GREEN value IS 220 (86.33% from 255) = 50.81%

 BLUE value IS 96 (37.89% from 255) = 22.17%

R = 27.02%
G = 50.81%
B = 22.17%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#75DC60 (or 0x75DC60) is known color: Pastel Green. HEX triplet: 75, DC and 60. RGB value is (117,220,96). Sum of RGB (Red+Green+Blue) = 117+220+96=433 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.02% from 433); Green value is 220 (86.33% from 255 or 50.81% from 433); Blue value is 96 (37.89% from 255 or 22.17% from 433); Max value from RGB is 220 - color contains mainly: green. Hex color #75DC60 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75DC60 is #8A239F. Grayscale: #AFAFAF. Windows color (decimal): -9053088 or 6347893. OLE color: 6347893.

HSL color Cylindrical-coordinate representation of color #75DC60: hue angle of 109.84º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #75DC60 is Cyan = 0.47, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.

Color convert

RGB 117 220 96 -
CMYK 0.47 0 0.56 0.14
HSL 109.84º 0.64% 0.62% -
HSV(B) 109.84º 0.56% 0.86% -
XYZ 35.04 55.81 19.99 -
YUV 175.07 83.38 86.58 -
System Red Green Blue C M Y K H S L
Decimal 117 220 96 0.47 0 0.56 0.14 109.84 0.64 0.62
Hex 75 DC 60 2F 0 38 E 6E 40 3E
Octal 165 334 140 57 0 70 16 156 100 76
Binary 1110101 11011100 1100000 101111 0 111000 1110 1101110 1000000 111110

Color Harmonies of #75DC60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DC60

Black with #75DC60

Text Example


Text Example

White with #75DC60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,220,96); }

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

background-color css

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

 a { background-color: rgb(117,220,96); }

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

border-color css

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

 span { border-color: rgb(117,220,96); }

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