Html Css Color HEX #75DC8F De York

📋 copy color: '#75DC8F'

red 117 ◦ green 220 ◦ blue 143

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

Shades of De York #75DC8F

Tints of De York #75DC8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 29.79%

R = 24.38%
G = 45.83%
B = 29.79%

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

#75DC8F (or 0x75DC8F) is known color: De York. HEX triplet: 75, DC and 8F. RGB value is (117,220,143). Sum of RGB (Red+Green+Blue) = 117+220+143=480 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.38% from 480); Green value is 220 (86.33% from 255 or 45.83% from 480); Blue value is 143 (56.25% from 255 or 29.79% from 480); Max value from RGB is 220 - color contains mainly: green. Hex color #75DC8F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75DC8F is #8A2370. Grayscale: #B4B4B4. Windows color (decimal): -9053041 or 9428085. OLE color: 9428085.

HSL color Cylindrical-coordinate representation of color #75DC8F: hue angle of 135.15º 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 #75DC8F is Cyan = 0.47, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB 117 220 143 -
CMYK 0.47 0 0.35 0.14
HSL 135.15º 0.6% 0.66% -
HSV(B) 135.15º 0.47% 0.86% -
XYZ 37.89 56.95 34.98 -
YUV 180.43 106.88 82.76 -
System Red Green Blue C M Y K H S L
Decimal 117 220 143 0.47 0 0.35 0.14 135.15 0.6 0.66
Hex 75 DC 8F 2F 0 23 E 87 3C 42
Octal 165 334 217 57 0 43 16 207 74 102
Binary 1110101 11011100 10001111 101111 0 100011 1110 10000111 111100 1000010

Color Harmonies of #75DC8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DC8F

Black with #75DC8F

Text Example


Text Example

White with #75DC8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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