Html Css Color HEX #75D992 De York

📋 copy color: '#75D992'

red 117 ◦ green 217 ◦ blue 146

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

Shades of De York #75D992

Tints of De York #75D992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 30.42%

R = 24.38%
G = 45.21%
B = 30.42%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#75D992 (or 0x75D992) is known color: De York. HEX triplet: 75, D9 and 92. RGB value is (117,217,146). Sum of RGB (Red+Green+Blue) = 117+217+146=480 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.38% from 480); Green value is 217 (85.16% from 255 or 45.21% from 480); Blue value is 146 (57.42% from 255 or 30.42% from 480); Max value from RGB is 217 - color contains mainly: green. Hex color #75D992 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75D992 is #8A266D. Grayscale: #B3B3B3. Windows color (decimal): -9053806 or 9623925. OLE color: 9623925.

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

Color convert

RGB 117 217 146 -
CMYK 0.46 0 0.33 0.15
HSL 137.4º 0.57% 0.65% -
HSV(B) 137.4º 0.46% 0.85% -
XYZ 37.34 55.48 35.94 -
YUV 179.01 109.37 83.77 -
System Red Green Blue C M Y K H S L
Decimal 117 217 146 0.46 0 0.33 0.15 137.4 0.57 0.65
Hex 75 D9 92 2E 0 21 F 89 39 41
Octal 165 331 222 56 0 41 17 211 71 101
Binary 1110101 11011001 10010010 101110 0 100001 1111 10001001 111001 1000001

Color Harmonies of #75D992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75D992

Black with #75D992

Text Example


Text Example

White with #75D992

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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