#86DD30

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

Shades of Yellow Green #86DD30

Tints of Yellow Green #86DD30

Color information

#86DD30 (or 0x86DD30) is unknown color: approx Yellow Green. HEX triplet: 86, DD and 30. RGB value is (134,221,48). Sum of RGB (Red+Green+Blue) = 134+221+48=403 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.25% from 403); Green value is 221 (86.72% from 255 or 54.84% from 403); Blue value is 48 (19.14% from 255 or 11.91% from 403); Max value from RGB is 221 - color contains mainly: green. Hex color #86DD30 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86DD30 is #7922CF. Grayscale: #AFAFAF. Windows color (decimal): -7938768 or 3202438. OLE color: 3202438.

HSL color Cylindrical-coordinate representation of color #86DD30: hue angle of 90.17º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #86DD30 is Cyan = 0.39, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.13.

Color convert

RGB13422148-
CMYK0.3900.780.13
HSL90.17º71.78%52.75%-
HSV(B)90.17º78.28%86.67%-
XYZ36.2256.9911.89-
YUV175.2656.1898.57-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.25%
GREEN value IS 221 (86.72% from 255) = 54.84%
BLUE value IS 48 (19.14% from 255) = 11.91%
R=33.25%
G=54.84%
B=11.91%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal134221480.3900.780.1390.1771.7852.75
Hex86DD302704ED5a4835
Octal206335604701161513211065
Binary100001101101110111000010011101001110110110110101001000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86DD30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86DD30; }

 p { color: rgb(134,221,48); }

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

<style>
 a { background-color: #86DD30; }

 a { background-color: rgb(134,221,48); }

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

<style>
 span { border-color: #86DD30; }

 span { border-color: rgb(134,221,48); }

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