Html Css Color HEX #7CEE32 Atlantis

📋 copy color: '#7CEE32'

red 124 ◦ green 238 ◦ blue 50

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

Shades of Atlantis #7CEE32

Tints of Atlantis #7CEE32

RGB

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

 GREEN value IS 238 (93.36% from 255) = 57.77%

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

R = 30.1%
G = 57.77%
B = 12.14%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#7CEE32 (or 0x7CEE32) is known color: Atlantis. HEX triplet: 7C, EE and 32. RGB value is (124,238,50). Sum of RGB (Red+Green+Blue) = 124+238+50=412 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.10% from 412); Green value is 238 (93.36% from 255 or 57.77% from 412); Blue value is 50 (19.92% from 255 or 12.14% from 412); Max value from RGB is 238 - color contains mainly: green. Hex color #7CEE32 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7CEE32 is #8311CD. Grayscale: #B7B7B7. Windows color (decimal): -8589774 or 3337852. OLE color: 3337852.

HSL color Cylindrical-coordinate representation of color #7CEE32: hue angle of 96.38º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7CEE32 is Cyan = 0.48, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.

Color convert

RGB 124 238 50 -
CMYK 0.48 0 0.79 0.07
HSL 96.38º 0.85% 0.56% -
HSV(B) 96.38º 0.79% 0.93% -
XYZ 39.46 65.66 13.61 -
YUV 182.48 53.23 86.29 -
System Red Green Blue C M Y K H S L
Decimal 124 238 50 0.48 0 0.79 0.07 96.38 0.85 0.56
Hex 7C EE 32 30 0 4F 7 60 55 38
Octal 174 356 62 60 0 117 7 140 125 70
Binary 1111100 11101110 110010 110000 0 1001111 111 1100000 1010101 111000

Color Harmonies of #7CEE32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CEE32

Black with #7CEE32

Text Example


Text Example

White with #7CEE32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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