Html Css Color HEX #75D685 Pastel Green

📋 copy color: '#75D685'

red 117 ◦ green 214 ◦ blue 133

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

Shades of Pastel Green #75D685

Tints of Pastel Green #75D685

RGB

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

 GREEN value IS 214 (83.98% from 255) = 46.12%

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

R = 25.22%
G = 46.12%
B = 28.66%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.38

 K value IS 0.16

RGB Variations

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

Color information

#75D685 (or 0x75D685) is known color: Pastel Green. HEX triplet: 75, D6 and 85. RGB value is (117,214,133). Sum of RGB (Red+Green+Blue) = 117+214+133=464 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.22% from 464); Green value is 214 (83.98% from 255 or 46.12% from 464); Blue value is 133 (52.34% from 255 or 28.66% from 464); Max value from RGB is 214 - color contains mainly: green. Hex color #75D685 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75D685 is #8A297A. Grayscale: #AFAFAF. Windows color (decimal): -9054587 or 8771189. OLE color: 8771189.

HSL color Cylindrical-coordinate representation of color #75D685: hue angle of 129.9º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #75D685 is Cyan = 0.45, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB 117 214 133 -
CMYK 0.45 0 0.38 0.16
HSL 129.9º 0.54% 0.65% -
HSV(B) 129.9º 0.45% 0.84% -
XYZ 35.62 53.57 30.65 -
YUV 175.76 103.86 86.09 -
System Red Green Blue C M Y K H S L
Decimal 117 214 133 0.45 0 0.38 0.16 129.9 0.54 0.65
Hex 75 D6 85 2D 0 26 10 82 36 41
Octal 165 326 205 55 0 46 20 202 66 101
Binary 1110101 11010110 10000101 101101 0 100110 10000 10000010 110110 1000001

Color Harmonies of #75D685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75D685

Black with #75D685

Text Example


Text Example

White with #75D685

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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