#7DDB26

Color #7DDB26 Yellow Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Green #7DDB26

Tints of Yellow Green #7DDB26

Color information

#7DDB26 (or 0x7DDB26) is unknown color: approx Yellow Green. HEX triplet: 7D, DB and 26. RGB value is (125,219,38). Sum of RGB (Red+Green+Blue) = 125+219+38=382 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.72% from 382); Green value is 219 (85.94% from 255 or 57.33% from 382); Blue value is 38 (15.23% from 255 or 9.95% from 382); Max value from RGB is 219 - color contains mainly: green. Hex color #7DDB26 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7DDB26 is #8224D9. Grayscale: #AAAAAA. Windows color (decimal): -8529114 or 2546557. OLE color: 2546557.

HSL color Cylindrical-coordinate representation of color #7DDB26: hue angle of 91.16º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7DDB26 is Cyan = 0.43, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.14.

Color convert

RGB12521938-
CMYK0.4300.830.14
HSL91.16º71.54%50.39%-
HSV(B)91.16º82.65%85.88%-
XYZ34.1455.1610.68-
YUV170.2653.3695.72-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 32.72%
GREEN value IS 219 (85.94% from 255) = 57.33%
BLUE value IS 38 (15.23% from 255) = 9.95%
R=32.72%
G=57.33%
B=9.95%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal125219380.4300.830.1491.1671.5450.39
Hex7DDB262B053E5b4832
Octal175333465301231613311062
Binary11111011101101110011010101101010011111010110111001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DDB26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7DDB26;
 }
 .AnyTagClassName
 {
   color: #7DDB26;
 }
</style>
background-color css

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

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

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

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

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

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