Html Css Color HEX #7CE532 Atlantis

📋 copy color: '#7CE532'

red 124 ◦ green 229 ◦ blue 50

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

Shades of Atlantis #7CE532

Tints of Atlantis #7CE532

RGB

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

 GREEN value IS 229 (89.84% from 255) = 56.82%

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

R = 30.77%
G = 56.82%
B = 12.41%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.78

 K value IS 0.10

RGB Variations

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

Color information

#7CE532 (or 0x7CE532) is known color: Atlantis. HEX triplet: 7C, E5 and 32. RGB value is (124,229,50). Sum of RGB (Red+Green+Blue) = 124+229+50=403 (53% of max value = 765). Red value is 124 (48.83% from 255 or 30.77% from 403); Green value is 229 (89.84% from 255 or 56.82% from 403); Blue value is 50 (19.92% from 255 or 12.41% from 403); Max value from RGB is 229 - color contains mainly: green. Hex color #7CE532 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7CE532 is #831ACD. Grayscale: #B1B1B1. Windows color (decimal): -8592078 or 3335548. OLE color: 3335548.

HSL color Cylindrical-coordinate representation of color #7CE532: hue angle of 95.2º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7CE532 is Cyan = 0.46, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.10.

Color convert

RGB 124 229 50 -
CMYK 0.46 0 0.78 0.10
HSL 95.2º 0.77% 0.55% -
HSV(B) 95.2º 0.78% 0.9% -
XYZ 36.91 60.55 12.76 -
YUV 177.2 56.21 90.05 -
System Red Green Blue C M Y K H S L
Decimal 124 229 50 0.46 0 0.78 0.10 95.2 0.77 0.55
Hex 7C E5 32 2E 0 4E A 5F 4D 37
Octal 174 345 62 56 0 116 12 137 115 67
Binary 1111100 11100101 110010 101110 0 1001110 1010 1011111 1001101 110111

Color Harmonies of #7CE532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CE532

Black with #7CE532

Text Example


Text Example

White with #7CE532

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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