Html Css Color HEX #7DF140 Atlantis

📋 copy color: '#7DF140'

red 125 ◦ green 241 ◦ blue 64

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

Shades of Atlantis #7DF140

Tints of Atlantis #7DF140

RGB

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

 GREEN value IS 241 (94.53% from 255) = 56.05%

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

R = 29.07%
G = 56.05%
B = 14.88%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#7DF140 (or 0x7DF140) is known color: Atlantis. HEX triplet: 7D, F1 and 40. RGB value is (125,241,64). Sum of RGB (Red+Green+Blue) = 125+241+64=430 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.07% from 430); Green value is 241 (94.53% from 255 or 56.05% from 430); Blue value is 64 (25.39% from 255 or 14.88% from 430); Max value from RGB is 241 - color contains mainly: green. Hex color #7DF140 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #7DF140 is #820EBF. Grayscale: #BABABA. Windows color (decimal): -8523456 or 4256125. OLE color: 4256125.

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

Color convert

RGB 125 241 64 -
CMYK 0.48 0 0.73 0.05
HSL 99.32º 0.86% 0.6% -
HSV(B) 99.32º 0.73% 0.95% -
XYZ 40.84 67.64 15.75 -
YUV 186.14 59.07 84.39 -
System Red Green Blue C M Y K H S L
Decimal 125 241 64 0.48 0 0.73 0.05 99.32 0.86 0.6
Hex 7D F1 40 30 0 49 5 63 56 3C
Octal 175 361 100 60 0 111 5 143 126 74
Binary 1111101 11110001 1000000 110000 0 1001001 101 1100011 1010110 111100

Color Harmonies of #7DF140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DF140

Black with #7DF140

Text Example


Text Example

White with #7DF140

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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