Html Css Color HEX #7DDD3F Atlantis

📋 copy color: '#7DDD3F'

red 125 ◦ green 221 ◦ blue 63

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

Shades of Atlantis #7DDD3F

Tints of Atlantis #7DDD3F

RGB

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

 GREEN value IS 221 (86.72% from 255) = 54.03%

 BLUE value IS 63 (25% from 255) = 15.4%

R = 30.56%
G = 54.03%
B = 15.4%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#7DDD3F (or 0x7DDD3F) is known color: Atlantis. HEX triplet: 7D, DD and 3F. RGB value is (125,221,63). Sum of RGB (Red+Green+Blue) = 125+221+63=409 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.56% from 409); Green value is 221 (86.72% from 255 or 54.03% from 409); Blue value is 63 (25% from 255 or 15.40% from 409); Max value from RGB is 221 - color contains mainly: green. Hex color #7DDD3F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DDD3F is #8222C0. Grayscale: #AEAEAE. Windows color (decimal): -8528577 or 4185469. OLE color: 4185469.

HSL color Cylindrical-coordinate representation of color #7DDD3F: hue angle of 96.46º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7DDD3F is Cyan = 0.43, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB 125 221 63 -
CMYK 0.43 0 0.71 0.13
HSL 96.46º 0.7% 0.56% -
HSV(B) 96.46º 0.71% 0.87% -
XYZ 35.21 56.43 13.74 -
YUV 174.28 65.2 92.85 -
System Red Green Blue C M Y K H S L
Decimal 125 221 63 0.43 0 0.71 0.13 96.46 0.7 0.56
Hex 7D DD 3F 2B 0 47 D 60 46 38
Octal 175 335 77 53 0 107 15 140 106 70
Binary 1111101 11011101 111111 101011 0 1000111 1101 1100000 1000110 111000

Color Harmonies of #7DDD3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DDD3F

Black with #7DDD3F

Text Example


Text Example

White with #7DDD3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,221,63); }

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

background-color css

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

 a { background-color: rgb(125,221,63); }

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

border-color css

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

 span { border-color: rgb(125,221,63); }

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