Html Css Color HEX #75CA8A De York

📋 copy color: '#75CA8A'

red 117 ◦ green 202 ◦ blue 138

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

Shades of De York #75CA8A

Tints of De York #75CA8A

RGB

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

 GREEN value IS 202 (79.3% from 255) = 44.2%

 BLUE value IS 138 (54.3% from 255) = 30.2%

R = 25.6%
G = 44.2%
B = 30.2%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.32

 K value IS 0.21

RGB Variations

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

Color information

#75CA8A (or 0x75CA8A) is known color: De York. HEX triplet: 75, CA and 8A. RGB value is (117,202,138). Sum of RGB (Red+Green+Blue) = 117+202+138=457 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.60% from 457); Green value is 202 (79.30% from 255 or 44.20% from 457); Blue value is 138 (54.30% from 255 or 30.20% from 457); Max value from RGB is 202 - color contains mainly: green. Hex color #75CA8A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75CA8A is #8A3575. Grayscale: #A9A9A9. Windows color (decimal): -9057654 or 9095797. OLE color: 9095797.

HSL color Cylindrical-coordinate representation of color #75CA8A: hue angle of 134.82º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #75CA8A is Cyan = 0.42, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.21.

Color convert

RGB 117 202 138 -
CMYK 0.42 0 0.32 0.21
HSL 134.82º 0.45% 0.63% -
HSV(B) 134.82º 0.42% 0.79% -
XYZ 33.04 47.86 31.54 -
YUV 169.29 110.34 90.7 -
System Red Green Blue C M Y K H S L
Decimal 117 202 138 0.42 0 0.32 0.21 134.82 0.45 0.63
Hex 75 CA 8A 2A 0 20 15 87 2D 3F
Octal 165 312 212 52 0 40 25 207 55 77
Binary 1110101 11001010 10001010 101010 0 100000 10101 10000111 101101 111111

Color Harmonies of #75CA8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75CA8A

Black with #75CA8A

Text Example


Text Example

White with #75CA8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,202,138); }

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

background-color css

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

 a { background-color: rgb(117,202,138); }

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

border-color css

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

 span { border-color: rgb(117,202,138); }

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