Html Css Color HEX #75D58C De York

📋 copy color: '#75D58C'

red 117 ◦ green 213 ◦ blue 140

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

Shades of De York #75D58C

Tints of De York #75D58C

RGB

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

 GREEN value IS 213 (83.59% from 255) = 45.32%

 BLUE value IS 140 (55.08% from 255) = 29.79%

R = 24.89%
G = 45.32%
B = 29.79%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#75D58C (or 0x75D58C) is known color: De York. HEX triplet: 75, D5 and 8C. RGB value is (117,213,140). Sum of RGB (Red+Green+Blue) = 117+213+140=470 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.89% from 470); Green value is 213 (83.59% from 255 or 45.32% from 470); Blue value is 140 (55.08% from 255 or 29.79% from 470); Max value from RGB is 213 - color contains mainly: green. Hex color #75D58C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75D58C is #8A2A73. Grayscale: #B0B0B0. Windows color (decimal): -9054836 or 9229685. OLE color: 9229685.

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

Color convert

RGB 117 213 140 -
CMYK 0.45 0 0.34 0.16
HSL 134.38º 0.53% 0.65% -
HSV(B) 134.38º 0.45% 0.84% -
XYZ 35.86 53.26 33.2 -
YUV 175.97 107.7 85.94 -
System Red Green Blue C M Y K H S L
Decimal 117 213 140 0.45 0 0.34 0.16 134.38 0.53 0.65
Hex 75 D5 8C 2D 0 22 10 86 35 41
Octal 165 325 214 55 0 42 20 206 65 101
Binary 1110101 11010101 10001100 101101 0 100010 10000 10000110 110101 1000001

Color Harmonies of #75D58C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75D58C

Black with #75D58C

Text Example


Text Example

White with #75D58C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,213,140); }

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

background-color css

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

 a { background-color: rgb(117,213,140); }

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

border-color css

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

 span { border-color: rgb(117,213,140); }

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