Html Css Color HEX #7CEF32 Atlantis

📋 copy color: '#7CEF32'

red 124 ◦ green 239 ◦ blue 50

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

Shades of Atlantis #7CEF32

Tints of Atlantis #7CEF32

RGB

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

 GREEN value IS 239 (93.75% from 255) = 57.87%

 BLUE value IS 50 (19.92% from 255) = 12.11%

R = 30.02%
G = 57.87%
B = 12.11%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#7CEF32 (or 0x7CEF32) is known color: Atlantis. HEX triplet: 7C, EF and 32. RGB value is (124,239,50). Sum of RGB (Red+Green+Blue) = 124+239+50=413 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.02% from 413); Green value is 239 (93.75% from 255 or 57.87% from 413); Blue value is 50 (19.92% from 255 or 12.11% from 413); Max value from RGB is 239 - color contains mainly: green. Hex color #7CEF32 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7CEF32 is #8310CD. Grayscale: #B7B7B7. Windows color (decimal): -8589518 or 3338108. OLE color: 3338108.

HSL color Cylindrical-coordinate representation of color #7CEF32: hue angle of 96.51º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7CEF32 is Cyan = 0.48, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.06.

Color convert

RGB 124 239 50 -
CMYK 0.48 0 0.79 0.06
HSL 96.51º 0.86% 0.57% -
HSV(B) 96.51º 0.79% 0.94% -
XYZ 39.75 66.25 13.71 -
YUV 183.07 52.9 85.87 -
System Red Green Blue C M Y K H S L
Decimal 124 239 50 0.48 0 0.79 0.06 96.51 0.86 0.57
Hex 7C EF 32 30 0 4F 6 61 56 39
Octal 174 357 62 60 0 117 6 141 126 71
Binary 1111100 11101111 110010 110000 0 1001111 110 1100001 1010110 111001

Color Harmonies of #7CEF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CEF32

Black with #7CEF32

Text Example


Text Example

White with #7CEF32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,239,50); }

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

background-color css

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

 a { background-color: rgb(124,239,50); }

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

border-color css

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

 span { border-color: rgb(124,239,50); }

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