Html Css Color HEX #86C600 Citrus

📋 copy color: '#86C600'

red 134 ◦ green 198 ◦ blue 0

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

Shades of Citrus #86C600

Tints of Citrus #86C600

RGB

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

 GREEN value IS 198 (77.73% from 255) = 59.64%

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

R = 40.36%
G = 59.64%
B = 0%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#86C600 (or 0x86C600) is known color: Citrus. HEX triplet: 86, C6 and 00. RGB value is (134,198,0). Sum of RGB (Red+Green+Blue) = 134+198+0=332 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.36% from 332); Green value is 198 (77.73% from 255 or 59.64% from 332); Blue value is 0 (0.39% from 255 or 0% from 332); Max value from RGB is 198 - color contains mainly: green. Hex color #86C600 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86C600 is #7939FF. Grayscale: #9D9D9D. Windows color (decimal): -7944704 or 50822. OLE color: 50822.

HSL color Cylindrical-coordinate representation of color #86C600: hue angle of 79.39º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #86C600 is Cyan = 0.32, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.22.

Color convert

RGB 134 198 0 -
CMYK 0.32 0 1 0.22
HSL 79.39º 1% 0.39% -
HSV(B) 79.39º 1% 0.78% -
XYZ 30.03 45.46 7.19 -
YUV 156.29 39.8 112.1 -
System Red Green Blue C M Y K H S L
Decimal 134 198 0 0.32 0 1 0.22 79.39 1 0.39
Hex 86 C6 0 20 0 64 16 4F 64 27
Octal 206 306 0 40 0 144 26 117 144 47
Binary 10000110 11000110 0 100000 0 1100100 10110 1001111 1100100 100111

Color Harmonies of #86C600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86C600

Black with #86C600

Text Example


Text Example

White with #86C600

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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