#86CD27

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

Shades of Yellow Green #86CD27

Tints of Yellow Green #86CD27

Color information

#86CD27 (or 0x86CD27) is unknown color: approx Yellow Green. HEX triplet: 86, CD and 27. RGB value is (134,205,39). Sum of RGB (Red+Green+Blue) = 134+205+39=378 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.45% from 378); Green value is 205 (80.47% from 255 or 54.23% from 378); Blue value is 39 (15.62% from 255 or 10.32% from 378); Max value from RGB is 205 - color contains mainly: green. Hex color #86CD27 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86CD27 is #7932D8. Grayscale: #A5A5A5. Windows color (decimal): -7942873 or 2608518. OLE color: 2608518.

HSL color Cylindrical-coordinate representation of color #86CD27: hue angle of 85.66º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #86CD27 is Cyan = 0.35, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.20.

Color convert

RGB13420539-
CMYK0.3500.810.20
HSL85.66º68.03%47.84%-
HSV(B)85.66º80.98%80.39%-
XYZ32.0348.889.67-
YUV164.8556.98106-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.45%
GREEN value IS 205 (80.47% from 255) = 54.23%
BLUE value IS 39 (15.62% from 255) = 10.32%
R=35.45%
G=54.23%
B=10.32%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal134205390.3500.810.2085.6668.0347.84
Hex86CD272305114564430
Octal206315474301212412610460
Binary1000011011001101100111100011010100011010010101101000100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86CD27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,205,39); }

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

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

 a { background-color: rgb(134,205,39); }

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

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

 span { border-color: rgb(134,205,39); }

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