Html Css Color HEX #75D990 De York

📋 copy color: '#75D990'

red 117 ◦ green 217 ◦ blue 144

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

Shades of De York #75D990

Tints of De York #75D990

RGB

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

 GREEN value IS 217 (85.16% from 255) = 45.4%

 BLUE value IS 144 (56.64% from 255) = 30.13%

R = 24.48%
G = 45.4%
B = 30.13%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#75D990 (or 0x75D990) is known color: De York. HEX triplet: 75, D9 and 90. RGB value is (117,217,144). Sum of RGB (Red+Green+Blue) = 117+217+144=478 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.48% from 478); Green value is 217 (85.16% from 255 or 45.40% from 478); Blue value is 144 (56.64% from 255 or 30.13% from 478); Max value from RGB is 217 - color contains mainly: green. Hex color #75D990 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75D990 is #8A266F. Grayscale: #B2B2B2. Windows color (decimal): -9053808 or 9492853. OLE color: 9492853.

HSL color Cylindrical-coordinate representation of color #75D990: hue angle of 136.2º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #75D990 is Cyan = 0.46, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB 117 217 144 -
CMYK 0.46 0 0.34 0.15
HSL 136.2º 0.57% 0.65% -
HSV(B) 136.2º 0.46% 0.85% -
XYZ 37.18 55.42 35.12 -
YUV 178.78 108.37 83.94 -
System Red Green Blue C M Y K H S L
Decimal 117 217 144 0.46 0 0.34 0.15 136.2 0.57 0.65
Hex 75 D9 90 2E 0 22 F 88 39 41
Octal 165 331 220 56 0 42 17 210 71 101
Binary 1110101 11011001 10010000 101110 0 100010 1111 10001000 111001 1000001

Color Harmonies of #75D990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75D990

Black with #75D990

Text Example


Text Example

White with #75D990

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,217,144); }

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

background-color css

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

 a { background-color: rgb(117,217,144); }

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

border-color css

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

 span { border-color: rgb(117,217,144); }

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