Html Css Color HEX #75DE95 De York

📋 copy color: '#75DE95'

red 117 ◦ green 222 ◦ blue 149

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

Shades of De York #75DE95

Tints of De York #75DE95

RGB

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

 GREEN value IS 222 (87.11% from 255) = 45.49%

 BLUE value IS 149 (58.59% from 255) = 30.53%

R = 23.98%
G = 45.49%
B = 30.53%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#75DE95 (or 0x75DE95) is known color: De York. HEX triplet: 75, DE and 95. RGB value is (117,222,149). Sum of RGB (Red+Green+Blue) = 117+222+149=488 (64% of max value = 765). Red value is 117 (46.09% from 255 or 23.98% from 488); Green value is 222 (87.11% from 255 or 45.49% from 488); Blue value is 149 (58.59% from 255 or 30.53% from 488); Max value from RGB is 222 - color contains mainly: green. Hex color #75DE95 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75DE95 is #8A216A. Grayscale: #B6B6B6. Windows color (decimal): -9052523 or 9821813. OLE color: 9821813.

HSL color Cylindrical-coordinate representation of color #75DE95: hue angle of 138.29º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #75DE95 is Cyan = 0.47, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB 117 222 149 -
CMYK 0.47 0 0.33 0.13
HSL 138.29º 0.61% 0.66% -
HSV(B) 138.29º 0.47% 0.87% -
XYZ 38.88 58.19 37.62 -
YUV 182.28 109.21 81.44 -
System Red Green Blue C M Y K H S L
Decimal 117 222 149 0.47 0 0.33 0.13 138.29 0.61 0.66
Hex 75 DE 95 2F 0 21 D 8A 3D 42
Octal 165 336 225 57 0 41 15 212 75 102
Binary 1110101 11011110 10010101 101111 0 100001 1101 10001010 111101 1000010

Color Harmonies of #75DE95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DE95

Black with #75DE95

Text Example


Text Example

White with #75DE95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,222,149); }

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

background-color css

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

 a { background-color: rgb(117,222,149); }

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

border-color css

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

 span { border-color: rgb(117,222,149); }

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