Html Css Color HEX #86C303 Citrus

📋 copy color: '#86C303'

red 134 ◦ green 195 ◦ blue 3

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

Shades of Citrus #86C303

Tints of Citrus #86C303

RGB

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

 GREEN value IS 195 (76.56% from 255) = 58.73%

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

R = 40.36%
G = 58.73%
B = 0.9%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#86C303 (or 0x86C303) is known color: Citrus. HEX triplet: 86, C3 and 03. RGB value is (134,195,3). Sum of RGB (Red+Green+Blue) = 134+195+3=332 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.36% from 332); Green value is 195 (76.56% from 255 or 58.73% from 332); Blue value is 3 (1.56% from 255 or 0.90% from 332); Max value from RGB is 195 - color contains mainly: green. Hex color #86C303 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86C303 is #793CFC. Grayscale: #9B9B9B. Windows color (decimal): -7945469 or 246662. OLE color: 246662.

HSL color Cylindrical-coordinate representation of color #86C303: hue angle of 79.06º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #86C303 is Cyan = 0.31, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.24.

Color convert

RGB 134 195 3 -
CMYK 0.31 0 0.98 0.24
HSL 79.06º 0.97% 0.39% -
HSV(B) 79.06º 0.98% 0.76% -
XYZ 29.36 44.11 7.05 -
YUV 154.87 42.29 113.11 -
System Red Green Blue C M Y K H S L
Decimal 134 195 3 0.31 0 0.98 0.24 79.06 0.97 0.39
Hex 86 C3 3 1F 0 62 18 4F 61 27
Octal 206 303 3 37 0 142 30 117 141 47
Binary 10000110 11000011 11 11111 0 1100010 11000 1001111 1100001 100111

Color Harmonies of #86C303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86C303

Black with #86C303

Text Example


Text Example

White with #86C303

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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