Html Css Color HEX #7DEC32 Atlantis

📋 copy color: '#7DEC32'

red 125 ◦ green 236 ◦ blue 50

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

Shades of Atlantis #7DEC32

Tints of Atlantis #7DEC32

RGB

 RED value IS 125 (49.22% from 255) = 30.41%

 GREEN value IS 236 (92.58% from 255) = 57.42%

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

R = 30.41%
G = 57.42%
B = 12.17%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.79

 K value IS 0.07

RGB Variations

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

Color information

#7DEC32 (or 0x7DEC32) is known color: Atlantis. HEX triplet: 7D, EC and 32. RGB value is (125,236,50). Sum of RGB (Red+Green+Blue) = 125+236+50=411 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.41% from 411); Green value is 236 (92.58% from 255 or 57.42% from 411); Blue value is 50 (19.92% from 255 or 12.17% from 411); Max value from RGB is 236 - color contains mainly: green. Hex color #7DEC32 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7DEC32 is #8213CD. Grayscale: #B6B6B6. Windows color (decimal): -8524750 or 3337341. OLE color: 3337341.

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

Color convert

RGB 125 236 50 -
CMYK 0.47 0 0.79 0.07
HSL 95.81º 0.83% 0.56% -
HSV(B) 95.81º 0.79% 0.93% -
XYZ 39.03 64.58 13.43 -
YUV 181.61 53.73 87.62 -
System Red Green Blue C M Y K H S L
Decimal 125 236 50 0.47 0 0.79 0.07 95.81 0.83 0.56
Hex 7D EC 32 2F 0 4F 7 60 53 38
Octal 175 354 62 57 0 117 7 140 123 70
Binary 1111101 11101100 110010 101111 0 1001111 111 1100000 1010011 111000

Color Harmonies of #7DEC32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DEC32

Black with #7DEC32

Text Example


Text Example

White with #7DEC32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,236,50); }

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

background-color css

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

 a { background-color: rgb(125,236,50); }

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

border-color css

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

 span { border-color: rgb(125,236,50); }

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