Html Css Color HEX #75CE89 De York

📋 copy color: '#75CE89'

red 117 ◦ green 206 ◦ blue 137

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

Shades of De York #75CE89

Tints of De York #75CE89

RGB

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

 GREEN value IS 206 (80.86% from 255) = 44.78%

 BLUE value IS 137 (53.91% from 255) = 29.78%

R = 25.43%
G = 44.78%
B = 29.78%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.33

 K value IS 0.19

RGB Variations

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

Color information

#75CE89 (or 0x75CE89) is known color: De York. HEX triplet: 75, CE and 89. RGB value is (117,206,137). Sum of RGB (Red+Green+Blue) = 117+206+137=460 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.43% from 460); Green value is 206 (80.86% from 255 or 44.78% from 460); Blue value is 137 (53.91% from 255 or 29.78% from 460); Max value from RGB is 206 - color contains mainly: green. Hex color #75CE89 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75CE89 is #8A3176. Grayscale: #ABABAB. Windows color (decimal): -9056631 or 9031285. OLE color: 9031285.

HSL color Cylindrical-coordinate representation of color #75CE89: hue angle of 133.48º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #75CE89 is Cyan = 0.43, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.

Color convert

RGB 117 206 137 -
CMYK 0.43 0 0.33 0.19
HSL 133.48º 0.48% 0.63% -
HSV(B) 133.48º 0.43% 0.81% -
XYZ 33.92 49.73 31.48 -
YUV 171.52 108.51 89.11 -
System Red Green Blue C M Y K H S L
Decimal 117 206 137 0.43 0 0.33 0.19 133.48 0.48 0.63
Hex 75 CE 89 2B 0 21 13 85 30 3F
Octal 165 316 211 53 0 41 23 205 60 77
Binary 1110101 11001110 10001001 101011 0 100001 10011 10000101 110000 111111

Color Harmonies of #75CE89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75CE89

Black with #75CE89

Text Example


Text Example

White with #75CE89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,206,137); }

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

background-color css

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

 a { background-color: rgb(117,206,137); }

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

border-color css

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

 span { border-color: rgb(117,206,137); }

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