#92EE41

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

Shades of Atlantis #92EE41

Tints of Atlantis #92EE41

Color information

#92EE41 (or 0x92EE41) is unknown color: approx Atlantis. HEX triplet: 92, EE and 41. RGB value is (146,238,65). Sum of RGB (Red+Green+Blue) = 146+238+65=449 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.52% from 449); Green value is 238 (93.36% from 255 or 53.01% from 449); Blue value is 65 (25.78% from 255 or 14.48% from 449); Max value from RGB is 238 - color contains mainly: green. Hex color #92EE41 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #92EE41 is #6D11BE. Grayscale: #BFBFBF. Windows color (decimal): -7147967 or 4320914. OLE color: 4320914.

HSL color Cylindrical-coordinate representation of color #92EE41: hue angle of 91.91º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #92EE41 is Cyan = 0.39, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB14623865-
CMYK0.3900.730.07
HSL91.91º83.57%59.41%-
HSV(B)91.91º72.69%93.33%-
XYZ43.3867.6415.77-
YUV190.7757.0296.07-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 32.52%
GREEN value IS 238 (93.36% from 255) = 53.01%
BLUE value IS 65 (25.78% from 255) = 14.48%
R=32.52%
G=53.01%
B=14.48%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal146238650.3900.730.0791.9183.5759.41
Hex92EE412704975c543b
Octal222356101470111713412473
Binary100100101110111010000011001110100100111110111001010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92EE41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,238,65); }

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

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

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

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

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

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

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