Html Css Color HEX #86C400 Citrus

📋 copy color: '#86C400'

red 134 ◦ green 196 ◦ blue 0

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

Shades of Citrus #86C400

Tints of Citrus #86C400

RGB

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

 GREEN value IS 196 (76.95% from 255) = 59.39%

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

R = 40.61%
G = 59.39%
B = 0%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#86C400 (or 0x86C400) is known color: Citrus. HEX triplet: 86, C4 and 00. RGB value is (134,196,0). Sum of RGB (Red+Green+Blue) = 134+196+0=330 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.61% from 330); Green value is 196 (76.95% from 255 or 59.39% from 330); Blue value is 0 (0.39% from 255 or 0% from 330); Max value from RGB is 196 - color contains mainly: green. Hex color #86C400 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86C400 is #793BFF. Grayscale: #9B9B9B. Windows color (decimal): -7945216 or 50310. OLE color: 50310.

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

Color convert

RGB 134 196 0 -
CMYK 0.32 0 1 0.23
HSL 78.98º 1% 0.38% -
HSV(B) 78.98º 1% 0.77% -
XYZ 29.57 44.55 7.04 -
YUV 155.12 40.46 112.94 -
System Red Green Blue C M Y K H S L
Decimal 134 196 0 0.32 0 1 0.23 78.98 1 0.38
Hex 86 C4 0 20 0 64 17 4F 64 26
Octal 206 304 0 40 0 144 27 117 144 46
Binary 10000110 11000100 0 100000 0 1100100 10111 1001111 1100100 100110

Color Harmonies of #86C400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86C400

Black with #86C400

Text Example


Text Example

White with #86C400

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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