Html Css Color HEX #7CF240 Atlantis

📋 copy color: '#7CF240'

red 124 ◦ green 242 ◦ blue 64

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

Shades of Atlantis #7CF240

Tints of Atlantis #7CF240

RGB

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

 GREEN value IS 242 (94.92% from 255) = 56.28%

 BLUE value IS 64 (25.39% from 255) = 14.88%

R = 28.84%
G = 56.28%
B = 14.88%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#7CF240 (or 0x7CF240) is known color: Atlantis. HEX triplet: 7C, F2 and 40. RGB value is (124,242,64). Sum of RGB (Red+Green+Blue) = 124+242+64=430 (56% of max value = 765). Red value is 124 (48.83% from 255 or 28.84% from 430); Green value is 242 (94.92% from 255 or 56.28% from 430); Blue value is 64 (25.39% from 255 or 14.88% from 430); Max value from RGB is 242 - color contains mainly: green. Hex color #7CF240 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7CF240 is #830DBF. Grayscale: #BBBBBB. Windows color (decimal): -8588736 or 4256380. OLE color: 4256380.

HSL color Cylindrical-coordinate representation of color #7CF240: hue angle of 99.78º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7CF240 is Cyan = 0.49, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB 124 242 64 -
CMYK 0.49 0 0.74 0.05
HSL 99.78º 0.87% 0.6% -
HSV(B) 99.78º 0.74% 0.95% -
XYZ 40.99 68.16 15.85 -
YUV 186.43 58.91 83.47 -
System Red Green Blue C M Y K H S L
Decimal 124 242 64 0.49 0 0.74 0.05 99.78 0.87 0.6
Hex 7C F2 40 31 0 4A 5 64 57 3C
Octal 174 362 100 61 0 112 5 144 127 74
Binary 1111100 11110010 1000000 110001 0 1001010 101 1100100 1010111 111100

Color Harmonies of #7CF240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CF240

Black with #7CF240

Text Example


Text Example

White with #7CF240

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,242,64); }

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

background-color css

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

 a { background-color: rgb(124,242,64); }

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

border-color css

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

 span { border-color: rgb(124,242,64); }

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