Html Css Color HEX #7DDA3B Atlantis

📋 copy color: '#7DDA3B'

red 125 ◦ green 218 ◦ blue 59

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

Shades of Atlantis #7DDA3B

Tints of Atlantis #7DDA3B

RGB

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

 GREEN value IS 218 (85.55% from 255) = 54.23%

 BLUE value IS 59 (23.44% from 255) = 14.68%

R = 31.09%
G = 54.23%
B = 14.68%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.73

 K value IS 0.15

RGB Variations

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

Color information

#7DDA3B (or 0x7DDA3B) is known color: Atlantis. HEX triplet: 7D, DA and 3B. RGB value is (125,218,59). Sum of RGB (Red+Green+Blue) = 125+218+59=402 (53% of max value = 765). Red value is 125 (49.22% from 255 or 31.09% from 402); Green value is 218 (85.55% from 255 or 54.23% from 402); Blue value is 59 (23.44% from 255 or 14.68% from 402); Max value from RGB is 218 - color contains mainly: green. Hex color #7DDA3B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DDA3B is #8225C4. Grayscale: #ACACAC. Windows color (decimal): -8529349 or 3922557. OLE color: 3922557.

HSL color Cylindrical-coordinate representation of color #7DDA3B: hue angle of 95.09º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7DDA3B is Cyan = 0.43, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.15.

Color convert

RGB 125 218 59 -
CMYK 0.43 0 0.73 0.15
HSL 95.09º 0.68% 0.54% -
HSV(B) 95.09º 0.73% 0.85% -
XYZ 34.32 54.82 12.91 -
YUV 172.07 64.19 94.43 -
System Red Green Blue C M Y K H S L
Decimal 125 218 59 0.43 0 0.73 0.15 95.09 0.68 0.54
Hex 7D DA 3B 2B 0 49 F 5F 44 36
Octal 175 332 73 53 0 111 17 137 104 66
Binary 1111101 11011010 111011 101011 0 1001001 1111 1011111 1000100 110110

Color Harmonies of #7DDA3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DDA3B

Black with #7DDA3B

Text Example


Text Example

White with #7DDA3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,218,59); }

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

background-color css

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

 a { background-color: rgb(125,218,59); }

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

border-color css

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

 span { border-color: rgb(125,218,59); }

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