Html Css Color HEX #7DC817 Lima

📋 copy color: '#7DC817'

red 125 ◦ green 200 ◦ blue 23

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

Shades of Lima #7DC817

Tints of Lima #7DC817

RGB

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

 GREEN value IS 200 (78.52% from 255) = 57.47%

 BLUE value IS 23 (9.38% from 255) = 6.61%

R = 35.92%
G = 57.47%
B = 6.61%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#7DC817 (or 0x7DC817) is known color: Lima. HEX triplet: 7D, C8 and 17. RGB value is (125,200,23). Sum of RGB (Red+Green+Blue) = 125+200+23=348 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.92% from 348); Green value is 200 (78.52% from 255 or 57.47% from 348); Blue value is 23 (9.38% from 255 or 6.61% from 348); Max value from RGB is 200 - color contains mainly: green. Hex color #7DC817 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #7DC817 is #8237E8. Grayscale: #9E9E9E. Windows color (decimal): -8533993 or 1558653. OLE color: 1558653.

HSL color Cylindrical-coordinate representation of color #7DC817: hue angle of 85.42º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7DC817 is Cyan = 0.38, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 125 200 23 -
CMYK 0.38 0 0.88 0.22
HSL 85.42º 0.79% 0.44% -
HSV(B) 85.42º 0.89% 0.78% -
XYZ 29.27 45.73 8.09 -
YUV 157.4 52.15 104.89 -
System Red Green Blue C M Y K H S L
Decimal 125 200 23 0.38 0 0.88 0.22 85.42 0.79 0.44
Hex 7D C8 17 26 0 58 16 55 4F 2C
Octal 175 310 27 46 0 130 26 125 117 54
Binary 1111101 11001000 10111 100110 0 1011000 10110 1010101 1001111 101100

Color Harmonies of #7DC817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC817

Black with #7DC817

Text Example


Text Example

White with #7DC817

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,200,23); }

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

background-color css

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

 a { background-color: rgb(125,200,23); }

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

border-color css

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

 span { border-color: rgb(125,200,23); }

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