Html Css Color HEX #75DB8A Pastel Green

📋 copy color: '#75DB8A'

red 117 ◦ green 219 ◦ blue 138

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

Shades of Pastel Green #75DB8A

Tints of Pastel Green #75DB8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.11%

R = 24.68%
G = 46.2%
B = 29.11%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#75DB8A (or 0x75DB8A) is known color: Pastel Green. HEX triplet: 75, DB and 8A. RGB value is (117,219,138). Sum of RGB (Red+Green+Blue) = 117+219+138=474 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.68% from 474); Green value is 219 (85.94% from 255 or 46.20% from 474); Blue value is 138 (54.30% from 255 or 29.11% from 474); Max value from RGB is 219 - color contains mainly: green. Hex color #75DB8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75DB8A is #8A2475. Grayscale: #B3B3B3. Windows color (decimal): -9053302 or 9100149. OLE color: 9100149.

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

Color convert

RGB 117 219 138 -
CMYK 0.47 0 0.37 0.14
HSL 132.35º 0.59% 0.66% -
HSV(B) 132.35º 0.47% 0.86% -
XYZ 37.26 56.28 32.94 -
YUV 179.27 104.71 83.59 -
System Red Green Blue C M Y K H S L
Decimal 117 219 138 0.47 0 0.37 0.14 132.35 0.59 0.66
Hex 75 DB 8A 2F 0 25 E 84 3B 42
Octal 165 333 212 57 0 45 16 204 73 102
Binary 1110101 11011011 10001010 101111 0 100101 1110 10000100 111011 1000010

Color Harmonies of #75DB8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DB8A

Black with #75DB8A

Text Example


Text Example

White with #75DB8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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