#7CDE35

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

Shades of Atlantis #7CDE35

Tints of Atlantis #7CDE35

Color information

#7CDE35 (or 0x7CDE35) is unknown color: approx Atlantis. HEX triplet: 7C, DE and 35. RGB value is (124,222,53). Sum of RGB (Red+Green+Blue) = 124+222+53=399 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.08% from 399); Green value is 222 (87.11% from 255 or 55.64% from 399); Blue value is 53 (21.09% from 255 or 13.28% from 399); Max value from RGB is 222 - color contains mainly: green. Hex color #7CDE35 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CDE35 is #8321CA. Grayscale: #AEAEAE. Windows color (decimal): -8593867 or 3530364. OLE color: 3530364.

HSL color Cylindrical-coordinate representation of color #7CDE35: hue angle of 94.79º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7CDE35 is Cyan = 0.44, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.

Color convert

RGB12422253-
CMYK0.4400.760.13
HSL94.79º71.91%53.92%-
HSV(B)94.79º76.13%87.06%-
XYZ35.0856.7812.48-
YUV173.4360.0392.74-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 31.08%
GREEN value IS 222 (87.11% from 255) = 55.64%
BLUE value IS 53 (21.09% from 255) = 13.28%
R=31.08%
G=55.64%
B=13.28%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal124222530.4400.760.1394.7971.9153.92
Hex7CDE352C04CD5f4836
Octal174336655401141513711066
Binary11111001101111011010110110001001100110110111111001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CDE35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,222,53); }

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

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

 a { background-color: rgb(124,222,53); }

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

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

 span { border-color: rgb(124,222,53); }

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