Html Css Color HEX #7DC823 Lima

📋 copy color: '#7DC823'

red 125 ◦ green 200 ◦ blue 35

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

Shades of Lima #7DC823

Tints of Lima #7DC823

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 9.72%

R = 34.72%
G = 55.56%
B = 9.72%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#7DC823 (or 0x7DC823) is known color: Lima. HEX triplet: 7D, C8 and 23. RGB value is (125,200,35). Sum of RGB (Red+Green+Blue) = 125+200+35=360 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.72% from 360); Green value is 200 (78.52% from 255 or 55.56% from 360); Blue value is 35 (14.06% from 255 or 9.72% from 360); Max value from RGB is 200 - color contains mainly: green. Hex color #7DC823 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DC823 is #8237DC. Grayscale: #9F9F9F. Windows color (decimal): -8533981 or 2345085. OLE color: 2345085.

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

Color convert

RGB 125 200 35 -
CMYK 0.38 0 0.82 0.22
HSL 87.27º 0.7% 0.46% -
HSV(B) 87.27º 0.83% 0.78% -
XYZ 29.42 45.79 8.88 -
YUV 158.77 58.15 103.92 -
System Red Green Blue C M Y K H S L
Decimal 125 200 35 0.38 0 0.82 0.22 87.27 0.7 0.46
Hex 7D C8 23 26 0 52 16 57 46 2E
Octal 175 310 43 46 0 122 26 127 106 56
Binary 1111101 11001000 100011 100110 0 1010010 10110 1010111 1000110 101110

Color Harmonies of #7DC823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC823

Black with #7DC823

Text Example


Text Example

White with #7DC823

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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