#7DEF3B

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

Shades of Atlantis #7DEF3B

Tints of Atlantis #7DEF3B

Color information

#7DEF3B (or 0x7DEF3B) is unknown color: approx Atlantis. HEX triplet: 7D, EF and 3B. RGB value is (125,239,59). Sum of RGB (Red+Green+Blue) = 125+239+59=423 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.55% from 423); Green value is 239 (93.75% from 255 or 56.50% from 423); Blue value is 59 (23.44% from 255 or 13.95% from 423); Max value from RGB is 239 - color contains mainly: green. Hex color #7DEF3B is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7DEF3B is #8210C4. Grayscale: #B9B9B9. Windows color (decimal): -8523973 or 3927933. OLE color: 3927933.

HSL color Cylindrical-coordinate representation of color #7DEF3B: hue angle of 98º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7DEF3B is Cyan = 0.48, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.06.

Color convert

RGB12523959-
CMYK0.4800.750.06
HSL98º84.91%58.43%-
HSV(B)98º75.31%93.73%-
XYZ40.1166.4114.84-
YUV184.3957.2385.64-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 29.55%
GREEN value IS 239 (93.75% from 255) = 56.50%
BLUE value IS 59 (23.44% from 255) = 13.95%
R=29.55%
G=56.50%
B=13.95%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal125239590.4800.750.069884.9158.43
Hex7DEF3B3004B662553a
Octal17535773600113614212572
Binary1111101111011111110111100000100101111011000101010101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DEF3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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