Html Css Color HEX #86CE05 Citrus

📋 copy color: '#86CE05'

red 134 ◦ green 206 ◦ blue 5

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

Shades of Citrus #86CE05

Tints of Citrus #86CE05

RGB

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

 GREEN value IS 206 (80.86% from 255) = 59.71%

 BLUE value IS 5 (2.34% from 255) = 1.45%

R = 38.84%
G = 59.71%
B = 1.45%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.98

 K value IS 0.19

RGB Variations

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

Color information

#86CE05 (or 0x86CE05) is known color: Citrus. HEX triplet: 86, CE and 05. RGB value is (134,206,5). Sum of RGB (Red+Green+Blue) = 134+206+5=345 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.84% from 345); Green value is 206 (80.86% from 255 or 59.71% from 345); Blue value is 5 (2.34% from 255 or 1.45% from 345); Max value from RGB is 206 - color contains mainly: green. Hex color #86CE05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86CE05 is #7931FA. Grayscale: #A2A2A2. Windows color (decimal): -7942651 or 380550. OLE color: 380550.

HSL color Cylindrical-coordinate representation of color #86CE05: hue angle of 81.49º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #86CE05 is Cyan = 0.35, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.19.

Color convert

RGB 134 206 5 -
CMYK 0.35 0 0.98 0.19
HSL 81.49º 0.95% 0.41% -
HSV(B) 81.49º 0.98% 0.81% -
XYZ 31.93 49.22 7.96 -
YUV 161.56 39.65 108.34 -
System Red Green Blue C M Y K H S L
Decimal 134 206 5 0.35 0 0.98 0.19 81.49 0.95 0.41
Hex 86 CE 5 23 0 62 13 51 5F 29
Octal 206 316 5 43 0 142 23 121 137 51
Binary 10000110 11001110 101 100011 0 1100010 10011 1010001 1011111 101001

Color Harmonies of #86CE05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86CE05

Black with #86CE05

Text Example


Text Example

White with #86CE05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,206,5); }

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

background-color css

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

 a { background-color: rgb(134,206,5); }

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

border-color css

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

 span { border-color: rgb(134,206,5); }

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