Html Css Color HEX #86C703 Citrus

📋 copy color: '#86C703'

red 134 ◦ green 199 ◦ blue 3

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

Shades of Citrus #86C703

Tints of Citrus #86C703

RGB

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

 GREEN value IS 199 (78.13% from 255) = 59.23%

 BLUE value IS 3 (1.56% from 255) = 0.89%

R = 39.88%
G = 59.23%
B = 0.89%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#86C703 (or 0x86C703) is known color: Citrus. HEX triplet: 86, C7 and 03. RGB value is (134,199,3). Sum of RGB (Red+Green+Blue) = 134+199+3=336 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.88% from 336); Green value is 199 (78.12% from 255 or 59.23% from 336); Blue value is 3 (1.56% from 255 or 0.89% from 336); Max value from RGB is 199 - color contains mainly: green. Hex color #86C703 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86C703 is #7938FC. Grayscale: #9D9D9D. Windows color (decimal): -7944445 or 247686. OLE color: 247686.

HSL color Cylindrical-coordinate representation of color #86C703: hue angle of 79.9º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #86C703 is Cyan = 0.33, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.22.

Color convert

RGB 134 199 3 -
CMYK 0.33 0 0.98 0.22
HSL 79.9º 0.97% 0.4% -
HSV(B) 79.9º 0.98% 0.78% -
XYZ 30.27 45.92 7.35 -
YUV 157.22 40.97 111.44 -
System Red Green Blue C M Y K H S L
Decimal 134 199 3 0.33 0 0.98 0.22 79.9 0.97 0.4
Hex 86 C7 3 21 0 62 16 50 61 28
Octal 206 307 3 41 0 142 26 120 141 50
Binary 10000110 11000111 11 100001 0 1100010 10110 1010000 1100001 101000

Color Harmonies of #86C703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86C703

Black with #86C703

Text Example


Text Example

White with #86C703

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,199,3); }

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

background-color css

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

 a { background-color: rgb(134,199,3); }

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

border-color css

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

 span { border-color: rgb(134,199,3); }

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