#7CD33B

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

Shades of Atlantis #7CD33B

Tints of Atlantis #7CD33B

Color information

#7CD33B (or 0x7CD33B) is unknown color: approx Atlantis. HEX triplet: 7C, D3 and 3B. RGB value is (124,211,59). Sum of RGB (Red+Green+Blue) = 124+211+59=394 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.47% from 394); Green value is 211 (82.81% from 255 or 53.55% from 394); Blue value is 59 (23.44% from 255 or 14.97% from 394); Max value from RGB is 211 - color contains mainly: green. Hex color #7CD33B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CD33B is #832CC4. Grayscale: #A8A8A8. Windows color (decimal): -8596677 or 3920764. OLE color: 3920764.

HSL color Cylindrical-coordinate representation of color #7CD33B: hue angle of 94.34º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7CD33B is Cyan = 0.41, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.17.

Color convert

RGB12421159-
CMYK0.4100.720.17
HSL94.34º63.33%52.94%-
HSV(B)94.34º72.04%82.75%-
XYZ32.451.1912.31-
YUV167.6666.6896.86-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 31.47%
GREEN value IS 211 (82.81% from 255) = 53.55%
BLUE value IS 59 (23.44% from 255) = 14.97%
R=31.47%
G=53.55%
B=14.97%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal124211590.4100.720.1794.3463.3352.94
Hex7CD33B29048115e3f35
Octal17432373510110211367765
Binary11111001101001111101110100101001000100011011110111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CD33B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,211,59); }

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

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

 a { background-color: rgb(124,211,59); }

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

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

 span { border-color: rgb(124,211,59); }

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