#92DF41

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

Shades of Atlantis #92DF41

Tints of Atlantis #92DF41

Color information

#92DF41 (or 0x92DF41) is unknown color: approx Atlantis. HEX triplet: 92, DF and 41. RGB value is (146,223,65). Sum of RGB (Red+Green+Blue) = 146+223+65=434 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.64% from 434); Green value is 223 (87.5% from 255 or 51.38% from 434); Blue value is 65 (25.78% from 255 or 14.98% from 434); Max value from RGB is 223 - color contains mainly: green. Hex color #92DF41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #92DF41 is #6D20BE. Grayscale: #B6B6B6. Windows color (decimal): -7151807 or 4317074. OLE color: 4317074.

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

Color convert

RGB14622365-
CMYK0.3500.710.13
HSL89.24º71.17%56.47%-
HSV(B)89.24º70.85%87.45%-
XYZ39.259.2714.38-
YUV181.9661.99102.35-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.64%
GREEN value IS 223 (87.5% from 255) = 51.38%
BLUE value IS 65 (25.78% from 255) = 14.98%
R=33.64%
G=51.38%
B=14.98%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal146223650.3500.710.1389.2471.1756.47
Hex92DF4123047D594738
Octal2223371014301071513110770
Binary1001001011011111100000110001101000111110110110011000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92DF41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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