Html Css Color HEX #7CD63A Atlantis

📋 copy color: '#7CD63A'

red 124 ◦ green 214 ◦ blue 58

#7CD63A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Atlantis #7CD63A

Tints of Atlantis #7CD63A

RGB

 RED value IS 124 (48.83% from 255) = 31.31%

 GREEN value IS 214 (83.98% from 255) = 54.04%

 BLUE value IS 58 (23.05% from 255) = 14.65%

R = 31.31%
G = 54.04%
B = 14.65%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#7CD63A (or 0x7CD63A) is known color: Atlantis. HEX triplet: 7C, D6 and 3A. RGB value is (124,214,58). Sum of RGB (Red+Green+Blue) = 124+214+58=396 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.31% from 396); Green value is 214 (83.98% from 255 or 54.04% from 396); Blue value is 58 (23.05% from 255 or 14.65% from 396); Max value from RGB is 214 - color contains mainly: green. Hex color #7CD63A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CD63A is #8329C5. Grayscale: #A9A9A9. Windows color (decimal): -8595910 or 3855996. OLE color: 3855996.

HSL color Cylindrical-coordinate representation of color #7CD63A: hue angle of 94.62º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7CD63A is Cyan = 0.42, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.

Color convert

RGB 124 214 58 -
CMYK 0.42 0 0.73 0.16
HSL 94.62º 0.66% 0.53% -
HSV(B) 94.62º 0.73% 0.84% -
XYZ 33.12 52.68 12.43 -
YUV 169.31 65.18 95.68 -
System Red Green Blue C M Y K H S L
Decimal 124 214 58 0.42 0 0.73 0.16 94.62 0.66 0.53
Hex 7C D6 3A 2A 0 49 10 5F 42 35
Octal 174 326 72 52 0 111 20 137 102 65
Binary 1111100 11010110 111010 101010 0 1001001 10000 1011111 1000010 110101

Color Harmonies of #7CD63A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CD63A

Black with #7CD63A

Text Example


Text Example

White with #7CD63A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,214,58); }

 H1.HeaderClassName
 {
   color: #7CD63A;
 }
 .AnyTagClassName
 {
   color: #7CD63A;
 }
</style>

background-color css

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

 a { background-color: rgb(124,214,58); }

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

border-color css

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

 span { border-color: rgb(124,214,58); }

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