Html Css Color HEX #86C204 Citrus

📋 copy color: '#86C204'

red 134 ◦ green 194 ◦ blue 4

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

Shades of Citrus #86C204

Tints of Citrus #86C204

RGB

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

 GREEN value IS 194 (76.17% from 255) = 58.43%

 BLUE value IS 4 (1.95% from 255) = 1.2%

R = 40.36%
G = 58.43%
B = 1.2%

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

#86C204 (or 0x86C204) is known color: Citrus. HEX triplet: 86, C2 and 04. RGB value is (134,194,4). Sum of RGB (Red+Green+Blue) = 134+194+4=332 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.36% from 332); Green value is 194 (76.17% from 255 or 58.43% from 332); Blue value is 4 (1.95% from 255 or 1.20% from 332); Max value from RGB is 194 - color contains mainly: green. Hex color #86C204 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86C204 is #793DFB. Grayscale: #9B9B9B. Windows color (decimal): -7945724 or 311942. OLE color: 311942.

HSL color Cylindrical-coordinate representation of color #86C204: hue angle of 78.95º degrees, saturation: 0.96, 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 #86C204 is Cyan = 0.31, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.24.

Color convert

RGB 134 194 4 -
CMYK 0.31 0 0.98 0.24
HSL 78.95º 0.96% 0.39% -
HSV(B) 78.95º 0.98% 0.76% -
XYZ 29.15 43.66 7.01 -
YUV 154.4 43.12 113.45 -
System Red Green Blue C M Y K H S L
Decimal 134 194 4 0.31 0 0.98 0.24 78.95 0.96 0.39
Hex 86 C2 4 1F 0 62 18 4F 60 27
Octal 206 302 4 37 0 142 30 117 140 47
Binary 10000110 11000010 100 11111 0 1100010 11000 1001111 1100000 100111

Color Harmonies of #86C204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86C204

Black with #86C204

Text Example


Text Example

White with #86C204

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,194,4); }

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

background-color css

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

 a { background-color: rgb(134,194,4); }

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

border-color css

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

 span { border-color: rgb(134,194,4); }

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