Html Css Color HEX #75DC94 De York

📋 copy color: '#75DC94'

red 117 ◦ green 220 ◦ blue 148

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

Shades of De York #75DC94

Tints of De York #75DC94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 30.52%

R = 24.12%
G = 45.36%
B = 30.52%

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

#75DC94 (or 0x75DC94) is known color: De York. HEX triplet: 75, DC and 94. RGB value is (117,220,148). Sum of RGB (Red+Green+Blue) = 117+220+148=485 (64% of max value = 765). Red value is 117 (46.09% from 255 or 24.12% from 485); Green value is 220 (86.33% from 255 or 45.36% from 485); Blue value is 148 (58.20% from 255 or 30.52% from 485); Max value from RGB is 220 - color contains mainly: green. Hex color #75DC94 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75DC94 is #8A236B. Grayscale: #B5B5B5. Windows color (decimal): -9053036 or 9755765. OLE color: 9755765.

HSL color Cylindrical-coordinate representation of color #75DC94: hue angle of 138.06º 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 #75DC94 is Cyan = 0.47, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB 117 220 148 -
CMYK 0.47 0 0.33 0.14
HSL 138.06º 0.6% 0.66% -
HSV(B) 138.06º 0.47% 0.86% -
XYZ 38.27 57.11 37.02 -
YUV 181 109.38 82.35 -
System Red Green Blue C M Y K H S L
Decimal 117 220 148 0.47 0 0.33 0.14 138.06 0.6 0.66
Hex 75 DC 94 2F 0 21 E 8A 3C 42
Octal 165 334 224 57 0 41 16 212 74 102
Binary 1110101 11011100 10010100 101111 0 100001 1110 10001010 111100 1000010

Color Harmonies of #75DC94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DC94

Black with #75DC94

Text Example


Text Example

White with #75DC94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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