Html Css Color HEX #75D689 De York

📋 copy color: '#75D689'

red 117 ◦ green 214 ◦ blue 137

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

Shades of De York #75D689

Tints of De York #75D689

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 29.27%

R = 25%
G = 45.73%
B = 29.27%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#75D689 (or 0x75D689) is known color: De York. HEX triplet: 75, D6 and 89. RGB value is (117,214,137). Sum of RGB (Red+Green+Blue) = 117+214+137=468 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25% from 468); Green value is 214 (83.98% from 255 or 45.73% from 468); Blue value is 137 (53.91% from 255 or 29.27% from 468); Max value from RGB is 214 - color contains mainly: green. Hex color #75D689 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75D689 is #8A2976. Grayscale: #B0B0B0. Windows color (decimal): -9054583 or 9033333. OLE color: 9033333.

HSL color Cylindrical-coordinate representation of color #75D689: hue angle of 132.37º 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 #75D689 is Cyan = 0.45, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB 117 214 137 -
CMYK 0.45 0 0.36 0.16
HSL 132.37º 0.54% 0.65% -
HSV(B) 132.37º 0.45% 0.84% -
XYZ 35.9 53.68 32.14 -
YUV 176.22 105.86 85.76 -
System Red Green Blue C M Y K H S L
Decimal 117 214 137 0.45 0 0.36 0.16 132.37 0.54 0.65
Hex 75 D6 89 2D 0 24 10 84 36 41
Octal 165 326 211 55 0 44 20 204 66 101
Binary 1110101 11010110 10001001 101101 0 100100 10000 10000100 110110 1000001

Color Harmonies of #75D689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75D689

Black with #75D689

Text Example


Text Example

White with #75D689

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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