Html Css Color HEX #7CD63C Atlantis

📋 copy color: '#7CD63C'

red 124 ◦ green 214 ◦ blue 60

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

Shades of Atlantis #7CD63C

Tints of Atlantis #7CD63C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 15.08%

R = 31.16%
G = 53.77%
B = 15.08%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#7CD63C (or 0x7CD63C) is known color: Atlantis. HEX triplet: 7C, D6 and 3C. RGB value is (124,214,60). Sum of RGB (Red+Green+Blue) = 124+214+60=398 (52% of max value = 765). Red value is 124 (48.83% from 255 or 31.16% from 398); Green value is 214 (83.98% from 255 or 53.77% from 398); Blue value is 60 (23.83% from 255 or 15.08% from 398); Max value from RGB is 214 - color contains mainly: green. Hex color #7CD63C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CD63C is #8329C3. Grayscale: #AAAAAA. Windows color (decimal): -8595908 or 3987068. OLE color: 3987068.

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

Color convert

RGB 124 214 60 -
CMYK 0.42 0 0.72 0.16
HSL 95.06º 0.65% 0.54% -
HSV(B) 95.06º 0.72% 0.84% -
XYZ 33.17 52.7 12.7 -
YUV 169.53 66.18 95.52 -
System Red Green Blue C M Y K H S L
Decimal 124 214 60 0.42 0 0.72 0.16 95.06 0.65 0.54
Hex 7C D6 3C 2A 0 48 10 5F 41 36
Octal 174 326 74 52 0 110 20 137 101 66
Binary 1111100 11010110 111100 101010 0 1001000 10000 1011111 1000001 110110

Color Harmonies of #7CD63C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CD63C

Black with #7CD63C

Text Example


Text Example

White with #7CD63C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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