#92D392

Color #92D392 De York (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of De York #92D392

Tints of De York #92D392

Color information

#92D392 (or 0x92D392) is unknown color: approx De York. HEX triplet: 92, D3 and 92. RGB value is (146,211,146). Sum of RGB (Red+Green+Blue) = 146+211+146=503 (66% of max value = 765). Red value is 146 (57.42% from 255 or 29.03% from 503); Green value is 211 (82.81% from 255 or 41.95% from 503); Blue value is 146 (57.42% from 255 or 29.03% from 503); Max value from RGB is 211 - color contains mainly: green. Hex color #92D392 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92D392 is #6D2C6D. Grayscale: #B8B8B8. Windows color (decimal): -7154798 or 9622418. OLE color: 9622418.

HSL color Cylindrical-coordinate representation of color #92D392: hue angle of 120º degrees, saturation: 0.42, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #92D392 is Cyan = 0.31, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.17.

Color convert

RGB146211146-
CMYK0.3100.310.17
HSL120º42.48%70%-
HSV(B)120º30.81%82.75%-
XYZ40.3454.7735.64-
YUV184.16106.47100.79-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 29.03%
GREEN value IS 211 (82.81% from 255) = 41.95%
BLUE value IS 146 (57.42% from 255) = 29.03%
R=29.03%
G=41.95%
B=29.03%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1462111460.3100.310.1712042.4870
Hex92D3921F01F11782a46
Octal222323222370372117052106
Binary100100101101001110010010111110111111000111110001010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92D392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92D392; }

 p { color: rgb(146,211,146); }

 H1.HeaderClassName
 {
   color: #92D392;
 }
 .AnyTagClassName
 {
   color: #92D392;
 }
</style>
background-color css

<style>
 a { background-color: #92D392; }

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

 div.DivClassName
 {
   background-color: #92D392;
 }
 .BgClassName
 {
   background-color: #92D392;
 }
</style>
border-color css

<style>
 span { border-color: #92D392; }

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

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