Html Css Color HEX #7CED32 Atlantis

📋 copy color: '#7CED32'

red 124 ◦ green 237 ◦ blue 50

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

Shades of Atlantis #7CED32

Tints of Atlantis #7CED32

RGB

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

 GREEN value IS 237 (92.97% from 255) = 57.66%

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

R = 30.17%
G = 57.66%
B = 12.17%

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

#7CED32 (or 0x7CED32) is known color: Atlantis. HEX triplet: 7C, ED and 32. RGB value is (124,237,50). Sum of RGB (Red+Green+Blue) = 124+237+50=411 (54% of max value = 765). Red value is 124 (48.83% from 255 or 30.17% from 411); Green value is 237 (92.97% from 255 or 57.66% from 411); Blue value is 50 (19.92% from 255 or 12.17% from 411); Max value from RGB is 237 - color contains mainly: green. Hex color #7CED32 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7CED32 is #8312CD. Grayscale: #B6B6B6. Windows color (decimal): -8590030 or 3337596. OLE color: 3337596.

HSL color Cylindrical-coordinate representation of color #7CED32: hue angle of 96.26º degrees, saturation: 0.84, 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 #7CED32 is Cyan = 0.48, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.

Color convert

RGB 124 237 50 -
CMYK 0.48 0 0.79 0.07
HSL 96.26º 0.84% 0.56% -
HSV(B) 96.26º 0.79% 0.93% -
XYZ 39.17 65.08 13.52 -
YUV 181.9 53.56 86.71 -
System Red Green Blue C M Y K H S L
Decimal 124 237 50 0.48 0 0.79 0.07 96.26 0.84 0.56
Hex 7C ED 32 30 0 4F 7 60 54 38
Octal 174 355 62 60 0 117 7 140 124 70
Binary 1111100 11101101 110010 110000 0 1001111 111 1100000 1010100 111000

Color Harmonies of #7CED32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CED32

Black with #7CED32

Text Example


Text Example

White with #7CED32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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