Html Css Color HEX #75DB92 De York

📋 copy color: '#75DB92'

red 117 ◦ green 219 ◦ blue 146

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

Shades of De York #75DB92

Tints of De York #75DB92

RGB

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

 GREEN value IS 219 (85.94% from 255) = 45.44%

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

R = 24.27%
G = 45.44%
B = 30.29%

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

#75DB92 (or 0x75DB92) is known color: De York. HEX triplet: 75, DB and 92. RGB value is (117,219,146). Sum of RGB (Red+Green+Blue) = 117+219+146=482 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.27% from 482); Green value is 219 (85.94% from 255 or 45.44% from 482); Blue value is 146 (57.42% from 255 or 30.29% from 482); Max value from RGB is 219 - color contains mainly: green. Hex color #75DB92 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75DB92 is #8A246D. Grayscale: #B4B4B4. Windows color (decimal): -9053294 or 9624437. OLE color: 9624437.

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

Color convert

RGB 117 219 146 -
CMYK 0.47 0 0.33 0.14
HSL 137.06º 0.59% 0.66% -
HSV(B) 137.06º 0.47% 0.86% -
XYZ 37.86 56.52 36.11 -
YUV 180.18 108.71 82.94 -
System Red Green Blue C M Y K H S L
Decimal 117 219 146 0.47 0 0.33 0.14 137.06 0.59 0.66
Hex 75 DB 92 2F 0 21 E 89 3B 42
Octal 165 333 222 57 0 41 16 211 73 102
Binary 1110101 11011011 10010010 101111 0 100001 1110 10001001 111011 1000010

Color Harmonies of #75DB92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75DB92

Black with #75DB92

Text Example


Text Example

White with #75DB92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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