Html Css Color HEX #7DE234 Atlantis

📋 copy color: '#7DE234'

red 125 ◦ green 226 ◦ blue 52

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

Shades of Atlantis #7DE234

Tints of Atlantis #7DE234

RGB

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

 GREEN value IS 226 (88.67% from 255) = 56.08%

 BLUE value IS 52 (20.7% from 255) = 12.9%

R = 31.02%
G = 56.08%
B = 12.9%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.77

 K value IS 0.11

RGB Variations

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

Color information

#7DE234 (or 0x7DE234) is known color: Atlantis. HEX triplet: 7D, E2 and 34. RGB value is (125,226,52). Sum of RGB (Red+Green+Blue) = 125+226+52=403 (53% of max value = 765). Red value is 125 (49.22% from 255 or 31.02% from 403); Green value is 226 (88.67% from 255 or 56.08% from 403); Blue value is 52 (20.70% from 255 or 12.90% from 403); Max value from RGB is 226 - color contains mainly: green. Hex color #7DE234 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DE234 is #821DCB. Grayscale: #B0B0B0. Windows color (decimal): -8527308 or 3465853. OLE color: 3465853.

HSL color Cylindrical-coordinate representation of color #7DE234: hue angle of 94.83º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7DE234 is Cyan = 0.45, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.11.

Color convert

RGB 125 226 52 -
CMYK 0.45 0 0.77 0.11
HSL 94.83º 0.75% 0.55% -
HSV(B) 94.83º 0.77% 0.89% -
XYZ 36.27 59 12.73 -
YUV 175.97 58.04 91.65 -
System Red Green Blue C M Y K H S L
Decimal 125 226 52 0.45 0 0.77 0.11 94.83 0.75 0.55
Hex 7D E2 34 2D 0 4D B 5F 4B 37
Octal 175 342 64 55 0 115 13 137 113 67
Binary 1111101 11100010 110100 101101 0 1001101 1011 1011111 1001011 110111

Color Harmonies of #7DE234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DE234

Black with #7DE234

Text Example


Text Example

White with #7DE234

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,226,52); }

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

background-color css

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

 a { background-color: rgb(125,226,52); }

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

border-color css

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

 span { border-color: rgb(125,226,52); }

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