#92DC51

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

Shades of Atlantis #92DC51

Tints of Atlantis #92DC51

Color information

#92DC51 (or 0x92DC51) is unknown color: approx Atlantis. HEX triplet: 92, DC and 51. RGB value is (146,220,81). Sum of RGB (Red+Green+Blue) = 146+220+81=447 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.66% from 447); Green value is 220 (86.33% from 255 or 49.22% from 447); Blue value is 81 (32.03% from 255 or 18.12% from 447); Max value from RGB is 220 - color contains mainly: green. Hex color #92DC51 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #92DC51 is #6D23AE. Grayscale: #B6B6B6. Windows color (decimal): -7152559 or 5364882. OLE color: 5364882.

HSL color Cylindrical-coordinate representation of color #92DC51: hue angle of 91.94º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #92DC51 is Cyan = 0.34, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.14.

Color convert

RGB14622081-
CMYK0.3400.630.14
HSL91.94º66.51%59.02%-
HSV(B)91.94º63.18%86.27%-
XYZ38.9357.8916.91-
YUV182.0370.98102.3-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 32.66%
GREEN value IS 220 (86.33% from 255) = 49.22%
BLUE value IS 81 (32.03% from 255) = 18.12%
R=32.66%
G=49.22%
B=18.12%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal146220810.3400.630.1491.9466.5159.02
Hex92DC512203FE5c433b
Octal222334121420771613410373
Binary100100101101110010100011000100111111111010111001000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92DC51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,220,81); }

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

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

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

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

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

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

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