Html Css Color HEX #7DC326 Lima

📋 copy color: '#7DC326'

red 125 ◦ green 195 ◦ blue 38

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

Shades of Lima #7DC326

Tints of Lima #7DC326

RGB

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

 GREEN value IS 195 (76.56% from 255) = 54.47%

 BLUE value IS 38 (15.23% from 255) = 10.61%

R = 34.92%
G = 54.47%
B = 10.61%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#7DC326 (or 0x7DC326) is known color: Lima. HEX triplet: 7D, C3 and 26. RGB value is (125,195,38). Sum of RGB (Red+Green+Blue) = 125+195+38=358 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.92% from 358); Green value is 195 (76.56% from 255 or 54.47% from 358); Blue value is 38 (15.23% from 255 or 10.61% from 358); Max value from RGB is 195 - color contains mainly: green. Hex color #7DC326 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DC326 is #823CD9. Grayscale: #9C9C9C. Windows color (decimal): -8535258 or 2540413. OLE color: 2540413.

HSL color Cylindrical-coordinate representation of color #7DC326: hue angle of 86.75º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7DC326 is Cyan = 0.36, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.24.

Color convert

RGB 125 195 38 -
CMYK 0.36 0 0.81 0.24
HSL 86.75º 0.67% 0.46% -
HSV(B) 86.75º 0.81% 0.76% -
XYZ 28.32 43.53 8.74 -
YUV 156.17 61.31 105.77 -
System Red Green Blue C M Y K H S L
Decimal 125 195 38 0.36 0 0.81 0.24 86.75 0.67 0.46
Hex 7D C3 26 24 0 51 18 57 43 2E
Octal 175 303 46 44 0 121 30 127 103 56
Binary 1111101 11000011 100110 100100 0 1010001 11000 1010111 1000011 101110

Color Harmonies of #7DC326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DC326

Black with #7DC326

Text Example


Text Example

White with #7DC326

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,195,38); }

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

background-color css

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

 a { background-color: rgb(125,195,38); }

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

border-color css

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

 span { border-color: rgb(125,195,38); }

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