Html Css Color HEX #7DEB40 Atlantis

📋 copy color: '#7DEB40'

red 125 ◦ green 235 ◦ blue 64

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

Shades of Atlantis #7DEB40

Tints of Atlantis #7DEB40

RGB

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

 GREEN value IS 235 (92.19% from 255) = 55.42%

 BLUE value IS 64 (25.39% from 255) = 15.09%

R = 29.48%
G = 55.42%
B = 15.09%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#7DEB40 (or 0x7DEB40) is known color: Atlantis. HEX triplet: 7D, EB and 40. RGB value is (125,235,64). Sum of RGB (Red+Green+Blue) = 125+235+64=424 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.48% from 424); Green value is 235 (92.19% from 255 or 55.42% from 424); Blue value is 64 (25.39% from 255 or 15.09% from 424); Max value from RGB is 235 - color contains mainly: green. Hex color #7DEB40 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7DEB40 is #8214BF. Grayscale: #B7B7B7. Windows color (decimal): -8524992 or 4254589. OLE color: 4254589.

HSL color Cylindrical-coordinate representation of color #7DEB40: hue angle of 98.6º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7DEB40 is Cyan = 0.47, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.08.

Color convert

RGB 125 235 64 -
CMYK 0.47 0 0.73 0.08
HSL 98.6º 0.81% 0.59% -
HSV(B) 98.6º 0.73% 0.92% -
XYZ 39.09 64.15 15.17 -
YUV 182.62 61.06 86.9 -
System Red Green Blue C M Y K H S L
Decimal 125 235 64 0.47 0 0.73 0.08 98.6 0.81 0.59
Hex 7D EB 40 2F 0 49 8 63 51 3B
Octal 175 353 100 57 0 111 10 143 121 73
Binary 1111101 11101011 1000000 101111 0 1001001 1000 1100011 1010001 111011

Color Harmonies of #7DEB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DEB40

Black with #7DEB40

Text Example


Text Example

White with #7DEB40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,235,64); }

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

background-color css

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

 a { background-color: rgb(125,235,64); }

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

border-color css

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

 span { border-color: rgb(125,235,64); }

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