Html Css Color HEX #75DB80 Pastel Green

📋 copy color: '#75DB80'

red 117 ◦ green 219 ◦ blue 128

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

Shades of Pastel Green #75DB80

Tints of Pastel Green #75DB80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 27.59%

R = 25.22%
G = 47.2%
B = 27.59%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#75DB80 (or 0x75DB80) is known color: Pastel Green. HEX triplet: 75, DB and 80. RGB value is (117,219,128). Sum of RGB (Red+Green+Blue) = 117+219+128=464 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.22% from 464); Green value is 219 (85.94% from 255 or 47.20% from 464); Blue value is 128 (50.39% from 255 or 27.59% from 464); Max value from RGB is 219 - color contains mainly: green. Hex color #75DB80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75DB80 is #8A247F. Grayscale: #B2B2B2. Windows color (decimal): -9053312 or 8444789. OLE color: 8444789.

HSL color Cylindrical-coordinate representation of color #75DB80: hue angle of 126.47º 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 #75DB80 is Cyan = 0.47, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB 117 219 128 -
CMYK 0.47 0 0.42 0.14
HSL 126.47º 0.59% 0.66% -
HSV(B) 126.47º 0.47% 0.86% -
XYZ 36.56 56 29.3 -
YUV 178.13 99.71 84.4 -
System Red Green Blue C M Y K H S L
Decimal 117 219 128 0.47 0 0.42 0.14 126.47 0.59 0.66
Hex 75 DB 80 2F 0 2A E 7E 3B 42
Octal 165 333 200 57 0 52 16 176 73 102
Binary 1110101 11011011 10000000 101111 0 101010 1110 1111110 111011 1000010

Color Harmonies of #75DB80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DB80

Black with #75DB80

Text Example


Text Example

White with #75DB80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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