Html Css Color HEX #75BD7D De York

📋 copy color: '#75BD7D'

red 117 ◦ green 189 ◦ blue 125

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

Shades of De York #75BD7D

Tints of De York #75BD7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 29%

R = 27.15%
G = 43.85%
B = 29%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#75BD7D (or 0x75BD7D) is known color: De York. HEX triplet: 75, BD and 7D. RGB value is (117,189,125). Sum of RGB (Red+Green+Blue) = 117+189+125=431 (57% of max value = 765). Red value is 117 (46.09% from 255 or 27.15% from 431); Green value is 189 (74.22% from 255 or 43.85% from 431); Blue value is 125 (49.22% from 255 or 29.00% from 431); Max value from RGB is 189 - color contains mainly: green. Hex color #75BD7D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75BD7D is #8A4282. Grayscale: #A0A0A0. Windows color (decimal): -9060995 or 8240501. OLE color: 8240501.

HSL color Cylindrical-coordinate representation of color #75BD7D: hue angle of 126.67º 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 #75BD7D is Cyan = 0.38, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.26.

Color convert

RGB 117 189 125 -
CMYK 0.38 0 0.34 0.26
HSL 126.67º 0.35% 0.6% -
HSV(B) 126.67º 0.38% 0.74% -
XYZ 29.24 41.66 25.9 -
YUV 160.18 108.15 97.2 -
System Red Green Blue C M Y K H S L
Decimal 117 189 125 0.38 0 0.34 0.26 126.67 0.35 0.6
Hex 75 BD 7D 26 0 22 1A 7F 23 3C
Octal 165 275 175 46 0 42 32 177 43 74
Binary 1110101 10111101 1111101 100110 0 100010 11010 1111111 100011 111100

Color Harmonies of #75BD7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BD7D

Black with #75BD7D

Text Example


Text Example

White with #75BD7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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