#86CD14

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

Shades of Yellow Green #86CD14

Tints of Yellow Green #86CD14

Color information

#86CD14 (or 0x86CD14) is unknown color: approx Yellow Green. HEX triplet: 86, CD and 14. RGB value is (134,205,20). Sum of RGB (Red+Green+Blue) = 134+205+20=359 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.33% from 359); Green value is 205 (80.47% from 255 or 57.10% from 359); Blue value is 20 (8.20% from 255 or 5.57% from 359); Max value from RGB is 205 - color contains mainly: green. Hex color #86CD14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86CD14 is #7932EB. Grayscale: #A3A3A3. Windows color (decimal): -7942892 or 1363334. OLE color: 1363334.

HSL color Cylindrical-coordinate representation of color #86CD14: hue angle of 83.03º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #86CD14 is Cyan = 0.35, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.20.

Color convert

RGB13420520-
CMYK0.3500.900.20
HSL83.03º82.22%44.12%-
HSV(B)83.03º90.24%80.39%-
XYZ31.7948.788.4-
YUV162.6847.48107.54-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.33%
GREEN value IS 205 (80.47% from 255) = 57.10%
BLUE value IS 20 (8.20% from 255) = 5.57%
R=37.33%
G=57.10%
B=5.57%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal134205200.3500.900.2083.0382.2244.12
Hex86CD142305A1453522c
Octal206315244301322412312254
Binary100001101100110110100100011010110101010010100111010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86CD14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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