#92D394

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

Shades of De York #92D394

Tints of De York #92D394

Color information

#92D394 (or 0x92D394) is unknown color: approx De York. HEX triplet: 92, D3 and 94. RGB value is (146,211,148). Sum of RGB (Red+Green+Blue) = 146+211+148=505 (66% of max value = 765). Red value is 146 (57.42% from 255 or 28.91% from 505); Green value is 211 (82.81% from 255 or 41.78% from 505); Blue value is 148 (58.20% from 255 or 29.31% from 505); Max value from RGB is 211 - color contains mainly: green. Hex color #92D394 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #92D394 is #6D2C6B. Grayscale: #B8B8B8. Windows color (decimal): -7154796 or 9753490. OLE color: 9753490.

HSL color Cylindrical-coordinate representation of color #92D394: hue angle of 121.85º 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 #92D394 is Cyan = 0.31, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.17.

Color convert

RGB146211148-
CMYK0.3100.300.17
HSL121.85º42.48%70%-
HSV(B)121.85º30.81%82.75%-
XYZ40.4954.8436.47-
YUV184.38107.47100.62-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 28.91%
GREEN value IS 211 (82.81% from 255) = 41.78%
BLUE value IS 148 (58.20% from 255) = 29.31%
R=28.91%
G=41.78%
B=29.31%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1462111480.3100.300.17121.8542.4870
Hex92D3941F01E117a2a46
Octal222323224370362117252106
Binary100100101101001110010100111110111101000111110101010101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92D394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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