Html Css Color HEX #7DF340 Atlantis

📋 copy color: '#7DF340'

red 125 ◦ green 243 ◦ blue 64

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

Shades of Atlantis #7DF340

Tints of Atlantis #7DF340

RGB

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

 GREEN value IS 243 (95.31% from 255) = 56.25%

 BLUE value IS 64 (25.39% from 255) = 14.81%

R = 28.94%
G = 56.25%
B = 14.81%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#7DF340 (or 0x7DF340) is known color: Atlantis. HEX triplet: 7D, F3 and 40. RGB value is (125,243,64). Sum of RGB (Red+Green+Blue) = 125+243+64=432 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.94% from 432); Green value is 243 (95.31% from 255 or 56.25% from 432); Blue value is 64 (25.39% from 255 or 14.81% from 432); Max value from RGB is 243 - color contains mainly: green. Hex color #7DF340 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7DF340 is #820CBF. Grayscale: #BBBBBB. Windows color (decimal): -8522944 or 4256637. OLE color: 4256637.

HSL color Cylindrical-coordinate representation of color #7DF340: hue angle of 99.55º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7DF340 is Cyan = 0.49, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.

Color convert

RGB 125 243 64 -
CMYK 0.49 0 0.74 0.05
HSL 99.55º 0.88% 0.6% -
HSV(B) 99.55º 0.74% 0.95% -
XYZ 41.43 68.83 15.95 -
YUV 187.31 58.41 83.55 -
System Red Green Blue C M Y K H S L
Decimal 125 243 64 0.49 0 0.74 0.05 99.55 0.88 0.6
Hex 7D F3 40 31 0 4A 5 64 58 3C
Octal 175 363 100 61 0 112 5 144 130 74
Binary 1111101 11110011 1000000 110001 0 1001010 101 1100100 1011000 111100

Color Harmonies of #7DF340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DF340

Black with #7DF340

Text Example


Text Example

White with #7DF340

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,243,64); }

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

background-color css

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

 a { background-color: rgb(125,243,64); }

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

border-color css

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

 span { border-color: rgb(125,243,64); }

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