Html Css Color HEX #75DC8E De York

📋 copy color: '#75DC8E'

red 117 ◦ green 220 ◦ blue 142

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

Shades of De York #75DC8E

Tints of De York #75DC8E

RGB

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

 GREEN value IS 220 (86.33% from 255) = 45.93%

 BLUE value IS 142 (55.86% from 255) = 29.65%

R = 24.43%
G = 45.93%
B = 29.65%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#75DC8E (or 0x75DC8E) is known color: De York. HEX triplet: 75, DC and 8E. RGB value is (117,220,142). Sum of RGB (Red+Green+Blue) = 117+220+142=479 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.43% from 479); Green value is 220 (86.33% from 255 or 45.93% from 479); Blue value is 142 (55.86% from 255 or 29.65% from 479); Max value from RGB is 220 - color contains mainly: green. Hex color #75DC8E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75DC8E is #8A2371. Grayscale: #B4B4B4. Windows color (decimal): -9053042 or 9362549. OLE color: 9362549.

HSL color Cylindrical-coordinate representation of color #75DC8E: hue angle of 134.56º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #75DC8E is Cyan = 0.47, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB 117 220 142 -
CMYK 0.47 0 0.35 0.14
HSL 134.56º 0.6% 0.66% -
HSV(B) 134.56º 0.47% 0.86% -
XYZ 37.81 56.92 34.59 -
YUV 180.31 106.38 82.84 -
System Red Green Blue C M Y K H S L
Decimal 117 220 142 0.47 0 0.35 0.14 134.56 0.6 0.66
Hex 75 DC 8E 2F 0 23 E 87 3C 42
Octal 165 334 216 57 0 43 16 207 74 102
Binary 1110101 11011100 10001110 101111 0 100011 1110 10000111 111100 1000010

Color Harmonies of #75DC8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DC8E

Black with #75DC8E

Text Example


Text Example

White with #75DC8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,220,142); }

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

background-color css

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

 a { background-color: rgb(117,220,142); }

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

border-color css

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

 span { border-color: rgb(117,220,142); }

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