Html Css Color HEX #75DC62 Pastel Green

📋 copy color: '#75DC62'

red 117 ◦ green 220 ◦ blue 98

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

Shades of Pastel Green #75DC62

Tints of Pastel Green #75DC62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 22.53%

R = 26.9%
G = 50.57%
B = 22.53%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#75DC62 (or 0x75DC62) is known color: Pastel Green. HEX triplet: 75, DC and 62. RGB value is (117,220,98). Sum of RGB (Red+Green+Blue) = 117+220+98=435 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.90% from 435); Green value is 220 (86.33% from 255 or 50.57% from 435); Blue value is 98 (38.67% from 255 or 22.53% from 435); Max value from RGB is 220 - color contains mainly: green. Hex color #75DC62 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75DC62 is #8A239D. Grayscale: #AFAFAF. Windows color (decimal): -9053086 or 6478965. OLE color: 6478965.

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

Color convert

RGB 117 220 98 -
CMYK 0.47 0 0.55 0.14
HSL 110.66º 0.64% 0.62% -
HSV(B) 110.66º 0.55% 0.86% -
XYZ 35.13 55.85 20.48 -
YUV 175.3 84.38 86.42 -
System Red Green Blue C M Y K H S L
Decimal 117 220 98 0.47 0 0.55 0.14 110.66 0.64 0.62
Hex 75 DC 62 2F 0 37 E 6F 40 3E
Octal 165 334 142 57 0 67 16 157 100 76
Binary 1110101 11011100 1100010 101111 0 110111 1110 1101111 1000000 111110

Color Harmonies of #75DC62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DC62

Black with #75DC62

Text Example


Text Example

White with #75DC62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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