#7CDD35

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

Shades of Atlantis #7CDD35

Tints of Atlantis #7CDD35

Color information

#7CDD35 (or 0x7CDD35) is unknown color: approx Atlantis. HEX triplet: 7C, DD and 35. RGB value is (124,221,53). Sum of RGB (Red+Green+Blue) = 124+221+53=398 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.16% from 398); Green value is 221 (86.72% from 255 or 55.53% from 398); Blue value is 53 (21.09% from 255 or 13.32% from 398); Max value from RGB is 221 - color contains mainly: green. Hex color #7CDD35 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CDD35 is #8322CA. Grayscale: #ADADAD. Windows color (decimal): -8594123 or 3530108. OLE color: 3530108.

HSL color Cylindrical-coordinate representation of color #7CDD35: hue angle of 94.64º degrees, saturation: 0.71, 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 #7CDD35 is Cyan = 0.44, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.

Color convert

RGB12422153-
CMYK0.4400.760.13
HSL94.64º71.19%53.73%-
HSV(B)94.64º76.02%86.67%-
XYZ34.8156.2612.39-
YUV172.8460.3693.16-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 31.16%
GREEN value IS 221 (86.72% from 255) = 55.53%
BLUE value IS 53 (21.09% from 255) = 13.32%
R=31.16%
G=55.53%
B=13.32%

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
Decimal124221530.4400.760.1394.6471.1953.73
Hex7CDD352C04CD5f4736
Octal174335655401141513710766
Binary11111001101110111010110110001001100110110111111000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CDD35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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