Html Css Color HEX #86CD00 Citrus

📋 copy color: '#86CD00'

red 134 ◦ green 205 ◦ blue 0

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

Shades of Citrus #86CD00

Tints of Citrus #86CD00

RGB

 RED value IS 134 (52.73% from 255) = 39.53%

 GREEN value IS 205 (80.47% from 255) = 60.47%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 39.53%
G = 60.47%
B = 0%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 1

 K value IS 0.20

RGB Variations

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

Color information

#86CD00 (or 0x86CD00) is known color: Citrus. HEX triplet: 86, CD and 00. RGB value is (134,205,0). Sum of RGB (Red+Green+Blue) = 134+205+0=339 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.53% from 339); Green value is 205 (80.47% from 255 or 60.47% from 339); Blue value is 0 (0.39% from 255 or 0% from 339); Max value from RGB is 205 - color contains mainly: green. Hex color #86CD00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86CD00 is #7932FF. Grayscale: #A1A1A1. Windows color (decimal): -7942912 or 52614. OLE color: 52614.

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

Color convert

RGB 134 205 0 -
CMYK 0.35 0 1 0.20
HSL 80.78º 1% 0.4% -
HSV(B) 80.78º 1% 0.8% -
XYZ 31.66 48.73 7.74 -
YUV 160.4 37.48 109.17 -
System Red Green Blue C M Y K H S L
Decimal 134 205 0 0.35 0 1 0.20 80.78 1 0.4
Hex 86 CD 0 23 0 64 14 51 64 28
Octal 206 315 0 43 0 144 24 121 144 50
Binary 10000110 11001101 0 100011 0 1100100 10100 1010001 1100100 101000

Color Harmonies of #86CD00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86CD00

Black with #86CD00

Text Example


Text Example

White with #86CD00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #86CD00;
 }
 .AnyTagClassName
 {
   color: #86CD00;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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