#92DD3B

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

Shades of Atlantis #92DD3B

Tints of Atlantis #92DD3B

Color information

#92DD3B (or 0x92DD3B) is unknown color: approx Atlantis. HEX triplet: 92, DD and 3B. RGB value is (146,221,59). Sum of RGB (Red+Green+Blue) = 146+221+59=426 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.27% from 426); Green value is 221 (86.72% from 255 or 51.88% from 426); Blue value is 59 (23.44% from 255 or 13.85% from 426); Max value from RGB is 221 - color contains mainly: green. Hex color #92DD3B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92DD3B is #6D22C4. Grayscale: #B4B4B4. Windows color (decimal): -7152325 or 3923346. OLE color: 3923346.

HSL color Cylindrical-coordinate representation of color #92DD3B: hue angle of 87.78º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #92DD3B is Cyan = 0.34, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.

Color convert

RGB14622159-
CMYK0.3400.730.13
HSL87.78º70.43%54.9%-
HSV(B)87.78º73.3%86.67%-
XYZ38.558.1413.33-
YUV180.1159.65103.67-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.27%
GREEN value IS 221 (86.72% from 255) = 51.88%
BLUE value IS 59 (23.44% from 255) = 13.85%
R=34.27%
G=51.88%
B=13.85%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal146221590.3400.730.1387.7870.4354.9
Hex92DD3B22049D584637
Octal222335734201111513010667
Binary100100101101110111101110001001001001110110110001000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92DD3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,221,59); }

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

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

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

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

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

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

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