#7df13b

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

Shades of Atlantis #7DF13B

Tints of Atlantis #7DF13B

Color information

#7DF13B (or 0x7DF13B) is unknown color: approx Atlantis. HEX triplet: 7D, F1 and 3B. RGB value is (125,241,59). Sum of RGB (Red+Green+Blue) = 125+241+59=425 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.41% from 425); Green value is 241 (94.53% from 255 or 56.71% from 425); Blue value is 59 (23.44% from 255 or 13.88% from 425); Max value from RGB is 241 - color contains mainly: green. Hex color #7DF13B is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7DF13B is #820EC4. Grayscale: #BABABA. Windows color (decimal): -8523461 or 3928445. OLE color: 3928445.

HSL color Cylindrical-coordinate representation of color #7DF13B: hue angle of 98.24º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7DF13B is Cyan = 0.48, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.05.

Color convert

RGB12524159-
CMYK0.4800.760.05
HSL98.24º86.67%58.82%-
HSV(B)98.24º75.52%94.51%-
XYZ40.767.5915.04-
YUV185.5756.5784.8-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 29.41%
GREEN value IS 241 (94.53% from 255) = 56.71%
BLUE value IS 59 (23.44% from 255) = 13.88%
R=29.41%
G=56.71%
B=13.88%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal125241590.4800.760.0598.2486.6758.82
Hex7DF13B3004C562573b
Octal17536173600114514212773
Binary1111101111100011110111100000100110010111000101010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7df13b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7df13b; }

 p { color: rgb(125,241,59); }

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

<style>
 a { background-color: #7df13b; }

 a { background-color: rgb(125,241,59); }

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

<style>
 span { border-color: #7df13b; }

 span { border-color: rgb(125,241,59); }

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