#92DB35

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

Shades of Atlantis #92DB35

Tints of Atlantis #92DB35

Color information

#92DB35 (or 0x92DB35) is unknown color: approx Atlantis. HEX triplet: 92, DB and 35. RGB value is (146,219,53). Sum of RGB (Red+Green+Blue) = 146+219+53=418 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.93% from 418); Green value is 219 (85.94% from 255 or 52.39% from 418); Blue value is 53 (21.09% from 255 or 12.68% from 418); Max value from RGB is 219 - color contains mainly: green. Hex color #92DB35 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92DB35 is #6D24CA. Grayscale: #B2B2B2. Windows color (decimal): -7152843 or 3529618. OLE color: 3529618.

HSL color Cylindrical-coordinate representation of color #92DB35: hue angle of 86.39º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #92DB35 is Cyan = 0.33, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.14.

Color convert

RGB14621953-
CMYK0.3300.760.14
HSL86.39º69.75%53.33%-
HSV(B)86.39º75.8%85.88%-
XYZ37.8357.0312.38-
YUV178.2557.32105-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 34.93%
GREEN value IS 219 (85.94% from 255) = 52.39%
BLUE value IS 53 (21.09% from 255) = 12.68%
R=34.93%
G=52.39%
B=12.68%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal146219530.3300.760.1486.3969.7553.33
Hex92DB352104CE564635
Octal222333654101141612610665
Binary100100101101101111010110000101001100111010101101000110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92DB35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,219,53); }

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

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

 a { background-color: rgb(146,219,53); }

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

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

 span { border-color: rgb(146,219,53); }

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