Html Css Color HEX #75BD7E De York

📋 copy color: '#75BD7E'

red 117 ◦ green 189 ◦ blue 126

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

Shades of De York #75BD7E

Tints of De York #75BD7E

RGB

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

 GREEN value IS 189 (74.22% from 255) = 43.75%

 BLUE value IS 126 (49.61% from 255) = 29.17%

R = 27.08%
G = 43.75%
B = 29.17%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.33

 K value IS 0.26

RGB Variations

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

Color information

#75BD7E (or 0x75BD7E) is known color: De York. HEX triplet: 75, BD and 7E. RGB value is (117,189,126). Sum of RGB (Red+Green+Blue) = 117+189+126=432 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.08% from 432); Green value is 189 (74.22% from 255 or 43.75% from 432); Blue value is 126 (49.61% from 255 or 29.17% from 432); Max value from RGB is 189 - color contains mainly: green. Hex color #75BD7E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75BD7E is #8A4281. Grayscale: #A0A0A0. Windows color (decimal): -9060994 or 8306037. OLE color: 8306037.

HSL color Cylindrical-coordinate representation of color #75BD7E: hue angle of 127.5º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #75BD7E is Cyan = 0.38, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.26.

Color convert

RGB 117 189 126 -
CMYK 0.38 0 0.33 0.26
HSL 127.5º 0.35% 0.6% -
HSV(B) 127.5º 0.38% 0.74% -
XYZ 29.3 41.68 26.24 -
YUV 160.29 108.65 97.12 -
System Red Green Blue C M Y K H S L
Decimal 117 189 126 0.38 0 0.33 0.26 127.5 0.35 0.6
Hex 75 BD 7E 26 0 21 1A 80 23 3C
Octal 165 275 176 46 0 41 32 200 43 74
Binary 1110101 10111101 1111110 100110 0 100001 11010 10000000 100011 111100

Color Harmonies of #75BD7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BD7E

Black with #75BD7E

Text Example


Text Example

White with #75BD7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,189,126); }

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

background-color css

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

 a { background-color: rgb(117,189,126); }

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

border-color css

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

 span { border-color: rgb(117,189,126); }

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