Html Css Color HEX #86CF05 Citrus

📋 copy color: '#86CF05'

red 134 ◦ green 207 ◦ blue 5

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

Shades of Citrus #86CF05

Tints of Citrus #86CF05

RGB

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

 GREEN value IS 207 (81.25% from 255) = 59.83%

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

R = 38.73%
G = 59.83%
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

#86CF05 (or 0x86CF05) is known color: Citrus. HEX triplet: 86, CF and 05. RGB value is (134,207,5). Sum of RGB (Red+Green+Blue) = 134+207+5=346 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.73% from 346); Green value is 207 (81.25% from 255 or 59.83% from 346); Blue value is 5 (2.34% from 255 or 1.45% from 346); Max value from RGB is 207 - color contains mainly: green. Hex color #86CF05 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #86CF05 is #7930FA. Grayscale: #A2A2A2. Windows color (decimal): -7942395 or 380806. OLE color: 380806.

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

Color convert

RGB 134 207 5 -
CMYK 0.35 0 0.98 0.19
HSL 81.68º 0.95% 0.42% -
HSV(B) 81.68º 0.98% 0.81% -
XYZ 32.17 49.7 8.04 -
YUV 162.15 39.32 107.93 -
System Red Green Blue C M Y K H S L
Decimal 134 207 5 0.35 0 0.98 0.19 81.68 0.95 0.42
Hex 86 CF 5 23 0 62 13 52 5F 2A
Octal 206 317 5 43 0 142 23 122 137 52
Binary 10000110 11001111 101 100011 0 1100010 10011 1010010 1011111 101010

Color Harmonies of #86CF05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86CF05

Black with #86CF05

Text Example


Text Example

White with #86CF05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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