Html Css Color HEX #75DA90 De York

📋 copy color: '#75DA90'

red 117 ◦ green 218 ◦ blue 144

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

Shades of De York #75DA90

Tints of De York #75DA90

RGB

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

 GREEN value IS 218 (85.55% from 255) = 45.51%

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

R = 24.43%
G = 45.51%
B = 30.06%

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

#75DA90 (or 0x75DA90) is known color: De York. HEX triplet: 75, DA and 90. RGB value is (117,218,144). Sum of RGB (Red+Green+Blue) = 117+218+144=479 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.43% from 479); Green value is 218 (85.55% from 255 or 45.51% from 479); Blue value is 144 (56.64% from 255 or 30.06% from 479); Max value from RGB is 218 - color contains mainly: green. Hex color #75DA90 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75DA90 is #8A256F. Grayscale: #B3B3B3. Windows color (decimal): -9053552 or 9493109. OLE color: 9493109.

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

Color convert

RGB 117 218 144 -
CMYK 0.46 0 0.34 0.15
HSL 136.04º 0.58% 0.66% -
HSV(B) 136.04º 0.46% 0.85% -
XYZ 37.44 55.94 35.21 -
YUV 179.37 108.04 83.52 -
System Red Green Blue C M Y K H S L
Decimal 117 218 144 0.46 0 0.34 0.15 136.04 0.58 0.66
Hex 75 DA 90 2E 0 22 F 88 3A 42
Octal 165 332 220 56 0 42 17 210 72 102
Binary 1110101 11011010 10010000 101110 0 100010 1111 10001000 111010 1000010

Color Harmonies of #75DA90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DA90

Black with #75DA90

Text Example


Text Example

White with #75DA90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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