Html Css Color HEX #75C87C De York

📋 copy color: '#75C87C'

red 117 ◦ green 200 ◦ blue 124

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

Shades of De York #75C87C

Tints of De York #75C87C

RGB

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

 GREEN value IS 200 (78.52% from 255) = 45.35%

 BLUE value IS 124 (48.83% from 255) = 28.12%

R = 26.53%
G = 45.35%
B = 28.12%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.38

 K value IS 0.22

RGB Variations

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

Color information

#75C87C (or 0x75C87C) is known color: De York. HEX triplet: 75, C8 and 7C. RGB value is (117,200,124). Sum of RGB (Red+Green+Blue) = 117+200+124=441 (58% of max value = 765). Red value is 117 (46.09% from 255 or 26.53% from 441); Green value is 200 (78.52% from 255 or 45.35% from 441); Blue value is 124 (48.83% from 255 or 28.12% from 441); Max value from RGB is 200 - color contains mainly: green. Hex color #75C87C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75C87C is #8A3783. Grayscale: #A6A6A6. Windows color (decimal): -9058180 or 8177781. OLE color: 8177781.

HSL color Cylindrical-coordinate representation of color #75C87C: hue angle of 125.06º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #75C87C is Cyan = 0.42, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.22.

Color convert

RGB 117 200 124 -
CMYK 0.42 0 0.38 0.22
HSL 125.06º 0.43% 0.62% -
HSV(B) 125.06º 0.42% 0.78% -
XYZ 31.63 46.55 26.39 -
YUV 166.52 104 92.68 -
System Red Green Blue C M Y K H S L
Decimal 117 200 124 0.42 0 0.38 0.22 125.06 0.43 0.62
Hex 75 C8 7C 2A 0 26 16 7D 2B 3E
Octal 165 310 174 52 0 46 26 175 53 76
Binary 1110101 11001000 1111100 101010 0 100110 10110 1111101 101011 111110

Color Harmonies of #75C87C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C87C

Black with #75C87C

Text Example


Text Example

White with #75C87C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,200,124); }

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

background-color css

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

 a { background-color: rgb(117,200,124); }

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

border-color css

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

 span { border-color: rgb(117,200,124); }

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