Html Css Color HEX #7DD03A Atlantis

📋 copy color: '#7DD03A'

red 125 ◦ green 208 ◦ blue 58

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

Shades of Atlantis #7DD03A

Tints of Atlantis #7DD03A

RGB

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

 GREEN value IS 208 (81.64% from 255) = 53.2%

 BLUE value IS 58 (23.05% from 255) = 14.83%

R = 31.97%
G = 53.2%
B = 14.83%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#7DD03A (or 0x7DD03A) is known color: Atlantis. HEX triplet: 7D, D0 and 3A. RGB value is (125,208,58). Sum of RGB (Red+Green+Blue) = 125+208+58=391 (51% of max value = 765). Red value is 125 (49.22% from 255 or 31.97% from 391); Green value is 208 (81.64% from 255 or 53.20% from 391); Blue value is 58 (23.05% from 255 or 14.83% from 391); Max value from RGB is 208 - color contains mainly: green. Hex color #7DD03A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DD03A is #822FC5. Grayscale: #A6A6A6. Windows color (decimal): -8531910 or 3854461. OLE color: 3854461.

HSL color Cylindrical-coordinate representation of color #7DD03A: hue angle of 93.2º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7DD03A is Cyan = 0.40, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB 125 208 58 -
CMYK 0.40 0 0.72 0.18
HSL 93.2º 0.61% 0.52% -
HSV(B) 93.2º 0.72% 0.82% -
XYZ 31.78 49.78 11.94 -
YUV 166.08 67 98.7 -
System Red Green Blue C M Y K H S L
Decimal 125 208 58 0.40 0 0.72 0.18 93.2 0.61 0.52
Hex 7D D0 3A 28 0 48 12 5D 3D 34
Octal 175 320 72 50 0 110 22 135 75 64
Binary 1111101 11010000 111010 101000 0 1001000 10010 1011101 111101 110100

Color Harmonies of #7DD03A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DD03A

Black with #7DD03A

Text Example


Text Example

White with #7DD03A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,208,58); }

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

background-color css

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

 a { background-color: rgb(125,208,58); }

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

border-color css

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

 span { border-color: rgb(125,208,58); }

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