Html Css Color HEX #7DEF32 Atlantis

📋 copy color: '#7DEF32'

red 125 ◦ green 239 ◦ blue 50

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

Shades of Atlantis #7DEF32

Tints of Atlantis #7DEF32

RGB

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

 GREEN value IS 239 (93.75% from 255) = 57.73%

 BLUE value IS 50 (19.92% from 255) = 12.08%

R = 30.19%
G = 57.73%
B = 12.08%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.79

 K value IS 0.06

RGB Variations

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

Color information

#7DEF32 (or 0x7DEF32) is known color: Atlantis. HEX triplet: 7D, EF and 32. RGB value is (125,239,50). Sum of RGB (Red+Green+Blue) = 125+239+50=414 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.19% from 414); Green value is 239 (93.75% from 255 or 57.73% from 414); Blue value is 50 (19.92% from 255 or 12.08% from 414); Max value from RGB is 239 - color contains mainly: green. Hex color #7DEF32 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7DEF32 is #8210CD. Grayscale: #B8B8B8. Windows color (decimal): -8523982 or 3338109. OLE color: 3338109.

HSL color Cylindrical-coordinate representation of color #7DEF32: hue angle of 96.19º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7DEF32 is Cyan = 0.48, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.06.

Color convert

RGB 125 239 50 -
CMYK 0.48 0 0.79 0.06
HSL 96.19º 0.86% 0.57% -
HSV(B) 96.19º 0.79% 0.94% -
XYZ 39.9 66.32 13.72 -
YUV 183.37 52.73 86.37 -
System Red Green Blue C M Y K H S L
Decimal 125 239 50 0.48 0 0.79 0.06 96.19 0.86 0.57
Hex 7D EF 32 30 0 4F 6 60 56 39
Octal 175 357 62 60 0 117 6 140 126 71
Binary 1111101 11101111 110010 110000 0 1001111 110 1100000 1010110 111001

Color Harmonies of #7DEF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DEF32

Black with #7DEF32

Text Example


Text Example

White with #7DEF32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,239,50); }

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

background-color css

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

 a { background-color: rgb(125,239,50); }

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

border-color css

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

 span { border-color: rgb(125,239,50); }

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