Html Css Color HEX #75DC93 De York

📋 copy color: '#75DC93'

red 117 ◦ green 220 ◦ blue 147

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

Shades of De York #75DC93

Tints of De York #75DC93

RGB

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

 GREEN value IS 220 (86.33% from 255) = 45.45%

 BLUE value IS 147 (57.81% from 255) = 30.37%

R = 24.17%
G = 45.45%
B = 30.37%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#75DC93 (or 0x75DC93) is known color: De York. HEX triplet: 75, DC and 93. RGB value is (117,220,147). Sum of RGB (Red+Green+Blue) = 117+220+147=484 (64% of max value = 765). Red value is 117 (46.09% from 255 or 24.17% from 484); Green value is 220 (86.33% from 255 or 45.45% from 484); Blue value is 147 (57.81% from 255 or 30.37% from 484); Max value from RGB is 220 - color contains mainly: green. Hex color #75DC93 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75DC93 is #8A236C. Grayscale: #B5B5B5. Windows color (decimal): -9053037 or 9690229. OLE color: 9690229.

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

Color convert

RGB 117 220 147 -
CMYK 0.47 0 0.33 0.14
HSL 137.48º 0.6% 0.66% -
HSV(B) 137.48º 0.47% 0.86% -
XYZ 38.2 57.07 36.61 -
YUV 180.88 108.88 82.44 -
System Red Green Blue C M Y K H S L
Decimal 117 220 147 0.47 0 0.33 0.14 137.48 0.6 0.66
Hex 75 DC 93 2F 0 21 E 89 3C 42
Octal 165 334 223 57 0 41 16 211 74 102
Binary 1110101 11011100 10010011 101111 0 100001 1110 10001001 111100 1000010

Color Harmonies of #75DC93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DC93

Black with #75DC93

Text Example


Text Example

White with #75DC93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,220,147); }

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

background-color css

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

 a { background-color: rgb(117,220,147); }

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

border-color css

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

 span { border-color: rgb(117,220,147); }

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