Html Css Color HEX #75C57B De York

📋 copy color: '#75C57B'

red 117 ◦ green 197 ◦ blue 123

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

Shades of De York #75C57B

Tints of De York #75C57B

RGB

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

 GREEN value IS 197 (77.34% from 255) = 45.08%

 BLUE value IS 123 (48.44% from 255) = 28.15%

R = 26.77%
G = 45.08%
B = 28.15%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.38

 K value IS 0.23

RGB Variations

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

Color information

#75C57B (or 0x75C57B) is known color: De York. HEX triplet: 75, C5 and 7B. RGB value is (117,197,123). Sum of RGB (Red+Green+Blue) = 117+197+123=437 (57% of max value = 765). Red value is 117 (46.09% from 255 or 26.77% from 437); Green value is 197 (77.34% from 255 or 45.08% from 437); Blue value is 123 (48.44% from 255 or 28.15% from 437); Max value from RGB is 197 - color contains mainly: green. Hex color #75C57B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #75C57B is #8A3A84. Grayscale: #A4A4A4. Windows color (decimal): -9058949 or 8111477. OLE color: 8111477.

HSL color Cylindrical-coordinate representation of color #75C57B: hue angle of 124.5º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #75C57B is Cyan = 0.41, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.23.

Color convert

RGB 117 197 123 -
CMYK 0.41 0 0.38 0.23
HSL 124.5º 0.41% 0.62% -
HSV(B) 124.5º 0.41% 0.77% -
XYZ 30.88 45.14 25.83 -
YUV 164.64 104.5 94.02 -
System Red Green Blue C M Y K H S L
Decimal 117 197 123 0.41 0 0.38 0.23 124.5 0.41 0.62
Hex 75 C5 7B 29 0 26 17 7C 29 3E
Octal 165 305 173 51 0 46 27 174 51 76
Binary 1110101 11000101 1111011 101001 0 100110 10111 1111100 101001 111110

Color Harmonies of #75C57B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C57B

Black with #75C57B

Text Example


Text Example

White with #75C57B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,197,123); }

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

background-color css

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

 a { background-color: rgb(117,197,123); }

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

border-color css

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

 span { border-color: rgb(117,197,123); }

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