Html Css Color HEX #7DD739 Atlantis

📋 copy color: '#7DD739'

red 125 ◦ green 215 ◦ blue 57

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

Shades of Atlantis #7DD739

Tints of Atlantis #7DD739

RGB

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

 GREEN value IS 215 (84.38% from 255) = 54.16%

 BLUE value IS 57 (22.66% from 255) = 14.36%

R = 31.49%
G = 54.16%
B = 14.36%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#7DD739 (or 0x7DD739) is known color: Atlantis. HEX triplet: 7D, D7 and 39. RGB value is (125,215,57). Sum of RGB (Red+Green+Blue) = 125+215+57=397 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.49% from 397); Green value is 215 (84.38% from 255 or 54.16% from 397); Blue value is 57 (22.66% from 255 or 14.36% from 397); Max value from RGB is 215 - color contains mainly: green. Hex color #7DD739 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DD739 is #8228C6. Grayscale: #AAAAAA. Windows color (decimal): -8530119 or 3790717. OLE color: 3790717.

HSL color Cylindrical-coordinate representation of color #7DD739: hue angle of 94.18º degrees, saturation: 0.66, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7DD739 is Cyan = 0.42, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.

Color convert

RGB 125 215 57 -
CMYK 0.42 0 0.73 0.16
HSL 94.18º 0.66% 0.53% -
HSV(B) 94.18º 0.73% 0.84% -
XYZ 33.5 53.26 12.38 -
YUV 170.08 64.18 95.85 -
System Red Green Blue C M Y K H S L
Decimal 125 215 57 0.42 0 0.73 0.16 94.18 0.66 0.53
Hex 7D D7 39 2A 0 49 10 5E 42 35
Octal 175 327 71 52 0 111 20 136 102 65
Binary 1111101 11010111 111001 101010 0 1001001 10000 1011110 1000010 110101

Color Harmonies of #7DD739

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DD739

Black with #7DD739

Text Example


Text Example

White with #7DD739

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,215,57); }

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

background-color css

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

 a { background-color: rgb(125,215,57); }

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

border-color css

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

 span { border-color: rgb(125,215,57); }

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