Html Css Color HEX #7DDD10 Lawn Green

📋 copy color: '#7DDD10'

red 125 ◦ green 221 ◦ blue 16

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

Shades of Lawn Green #7DDD10

Tints of Lawn Green #7DDD10

RGB

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

 GREEN value IS 221 (86.72% from 255) = 61.05%

 BLUE value IS 16 (6.64% from 255) = 4.42%

R = 34.53%
G = 61.05%
B = 4.42%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#7DDD10 (or 0x7DDD10) is known color: Lawn Green. HEX triplet: 7D, DD and 10. RGB value is (125,221,16). Sum of RGB (Red+Green+Blue) = 125+221+16=362 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.53% from 362); Green value is 221 (86.72% from 255 or 61.05% from 362); Blue value is 16 (6.64% from 255 or 4.42% from 362); Max value from RGB is 221 - color contains mainly: green. Hex color #7DDD10 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DDD10 is #8222EF. Grayscale: #A9A9A9. Windows color (decimal): -8528624 or 1105277. OLE color: 1105277.

HSL color Cylindrical-coordinate representation of color #7DDD10: hue angle of 88.1º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7DDD10 is Cyan = 0.43, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.13.

Color convert

RGB 125 221 16 -
CMYK 0.43 0 0.93 0.13
HSL 88.1º 0.86% 0.46% -
HSV(B) 88.1º 0.93% 0.87% -
XYZ 34.41 56.11 9.51 -
YUV 168.93 41.7 96.67 -
System Red Green Blue C M Y K H S L
Decimal 125 221 16 0.43 0 0.93 0.13 88.1 0.86 0.46
Hex 7D DD 10 2B 0 5D D 58 56 2E
Octal 175 335 20 53 0 135 15 130 126 56
Binary 1111101 11011101 10000 101011 0 1011101 1101 1011000 1010110 101110

Color Harmonies of #7DDD10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DDD10

Black with #7DDD10

Text Example


Text Example

White with #7DDD10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,221,16); }

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

background-color css

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

 a { background-color: rgb(125,221,16); }

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

border-color css

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

 span { border-color: rgb(125,221,16); }

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