Html Css Color HEX #7DDF3D Atlantis

📋 copy color: '#7DDF3D'

red 125 ◦ green 223 ◦ blue 61

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

Shades of Atlantis #7DDF3D

Tints of Atlantis #7DDF3D

RGB

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

 GREEN value IS 223 (87.5% from 255) = 54.52%

 BLUE value IS 61 (24.22% from 255) = 14.91%

R = 30.56%
G = 54.52%
B = 14.91%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#7DDF3D (or 0x7DDF3D) is known color: Atlantis. HEX triplet: 7D, DF and 3D. RGB value is (125,223,61). Sum of RGB (Red+Green+Blue) = 125+223+61=409 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.56% from 409); Green value is 223 (87.5% from 255 or 54.52% from 409); Blue value is 61 (24.22% from 255 or 14.91% from 409); Max value from RGB is 223 - color contains mainly: green. Hex color #7DDF3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DDF3D is #8220C2. Grayscale: #AFAFAF. Windows color (decimal): -8528067 or 4054909. OLE color: 4054909.

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

Color convert

RGB 125 223 61 -
CMYK 0.44 0 0.73 0.13
HSL 96.3º 0.72% 0.56% -
HSV(B) 96.3º 0.73% 0.87% -
XYZ 35.69 57.47 13.63 -
YUV 175.23 63.53 92.17 -
System Red Green Blue C M Y K H S L
Decimal 125 223 61 0.44 0 0.73 0.13 96.3 0.72 0.56
Hex 7D DF 3D 2C 0 49 D 60 48 38
Octal 175 337 75 54 0 111 15 140 110 70
Binary 1111101 11011111 111101 101100 0 1001001 1101 1100000 1001000 111000

Color Harmonies of #7DDF3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DDF3D

Black with #7DDF3D

Text Example


Text Example

White with #7DDF3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,223,61); }

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

background-color css

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

 a { background-color: rgb(125,223,61); }

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

border-color css

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

 span { border-color: rgb(125,223,61); }

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