Html Css Color HEX #75DB78 Pastel Green

📋 copy color: '#75DB78'

red 117 ◦ green 219 ◦ blue 120

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

Shades of Pastel Green #75DB78

Tints of Pastel Green #75DB78

RGB

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

 GREEN value IS 219 (85.94% from 255) = 48.03%

 BLUE value IS 120 (47.27% from 255) = 26.32%

R = 25.66%
G = 48.03%
B = 26.32%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#75DB78 (or 0x75DB78) is known color: Pastel Green. HEX triplet: 75, DB and 78. RGB value is (117,219,120). Sum of RGB (Red+Green+Blue) = 117+219+120=456 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.66% from 456); Green value is 219 (85.94% from 255 or 48.03% from 456); Blue value is 120 (47.27% from 255 or 26.32% from 456); Max value from RGB is 219 - color contains mainly: green. Hex color #75DB78 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75DB78 is #8A2487. Grayscale: #B1B1B1. Windows color (decimal): -9053320 or 7920501. OLE color: 7920501.

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

Color convert

RGB 117 219 120 -
CMYK 0.47 0 0.45 0.14
HSL 121.76º 0.59% 0.66% -
HSV(B) 121.76º 0.47% 0.86% -
XYZ 36.06 55.8 26.64 -
YUV 177.22 95.71 85.05 -
System Red Green Blue C M Y K H S L
Decimal 117 219 120 0.47 0 0.45 0.14 121.76 0.59 0.66
Hex 75 DB 78 2F 0 2D E 7A 3B 42
Octal 165 333 170 57 0 55 16 172 73 102
Binary 1110101 11011011 1111000 101111 0 101101 1110 1111010 111011 1000010

Color Harmonies of #75DB78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DB78

Black with #75DB78

Text Example


Text Example

White with #75DB78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,219,120); }

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

background-color css

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

 a { background-color: rgb(117,219,120); }

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

border-color css

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

 span { border-color: rgb(117,219,120); }

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