Html Css Color HEX #75DB85 Pastel Green

📋 copy color: '#75DB85'

red 117 ◦ green 219 ◦ blue 133

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

Shades of Pastel Green #75DB85

Tints of Pastel Green #75DB85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 28.36%

R = 24.95%
G = 46.7%
B = 28.36%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#75DB85 (or 0x75DB85) is known color: Pastel Green. HEX triplet: 75, DB and 85. RGB value is (117,219,133). Sum of RGB (Red+Green+Blue) = 117+219+133=469 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.95% from 469); Green value is 219 (85.94% from 255 or 46.70% from 469); Blue value is 133 (52.34% from 255 or 28.36% from 469); Max value from RGB is 219 - color contains mainly: green. Hex color #75DB85 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75DB85 is #8A247A. Grayscale: #B2B2B2. Windows color (decimal): -9053307 or 8772469. OLE color: 8772469.

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

Color convert

RGB 117 219 133 -
CMYK 0.47 0 0.39 0.14
HSL 129.41º 0.59% 0.66% -
HSV(B) 129.41º 0.47% 0.86% -
XYZ 36.9 56.14 31.08 -
YUV 178.7 102.21 83.99 -
System Red Green Blue C M Y K H S L
Decimal 117 219 133 0.47 0 0.39 0.14 129.41 0.59 0.66
Hex 75 DB 85 2F 0 27 E 81 3B 42
Octal 165 333 205 57 0 47 16 201 73 102
Binary 1110101 11011011 10000101 101111 0 100111 1110 10000001 111011 1000010

Color Harmonies of #75DB85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DB85

Black with #75DB85

Text Example


Text Example

White with #75DB85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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