#92DD33

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

Shades of Atlantis #92DD33

Tints of Atlantis #92DD33

Color information

#92DD33 (or 0x92DD33) is unknown color: approx Atlantis. HEX triplet: 92, DD and 33. RGB value is (146,221,51). Sum of RGB (Red+Green+Blue) = 146+221+51=418 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.93% from 418); Green value is 221 (86.72% from 255 or 52.87% from 418); Blue value is 51 (20.31% from 255 or 12.20% from 418); Max value from RGB is 221 - color contains mainly: green. Hex color #92DD33 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92DD33 is #6D22CC. Grayscale: #B3B3B3. Windows color (decimal): -7152333 or 3399058. OLE color: 3399058.

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

Color convert

RGB14622151-
CMYK0.3400.770.13
HSL86.47º71.43%53.33%-
HSV(B)86.47º76.92%86.67%-
XYZ38.3158.0612.32-
YUV179.255.65104.32-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.93%
GREEN value IS 221 (86.72% from 255) = 52.87%
BLUE value IS 51 (20.31% from 255) = 12.20%
R=34.93%
G=52.87%
B=12.20%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal146221510.3400.770.1386.4771.4353.33
Hex92DD332204DD564735
Octal222335634201151512610765
Binary100100101101110111001110001001001101110110101101000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92DD33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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