Html Css Color HEX #86FF42 Green Yellow

📋 copy color: '#86FF42'

red 134 ◦ green 255 ◦ blue 66

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

Shades of Green Yellow #86FF42

Tints of Green Yellow #86FF42

RGB

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

 GREEN value IS 255 (100% from 255) = 56.04%

 BLUE value IS 66 (26.17% from 255) = 14.51%

R = 29.45%
G = 56.04%
B = 14.51%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.74

 K value IS 0

RGB Variations

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

Color information

#86FF42 (or 0x86FF42) is known color: Green Yellow. HEX triplet: 86, FF and 42. RGB value is (134,255,66). Sum of RGB (Red+Green+Blue) = 134+255+66=455 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.45% from 455); Green value is 255 (100% from 255 or 56.04% from 455); Blue value is 66 (26.17% from 255 or 14.51% from 455); Max value from RGB is 255 - color contains mainly: green. Hex color #86FF42 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #86FF42 is #7900BD. Grayscale: #C5C5C5. Windows color (decimal): -7930046 or 4390790. OLE color: 4390790.

HSL color Cylindrical-coordinate representation of color #86FF42: hue angle of 98.41º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #86FF42 is Cyan = 0.47, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.

Color convert

RGB 134 255 66 -
CMYK 0.47 0 0.74 0
HSL 98.41º 1% 0.63% -
HSV(B) 98.41º 0.74% 1% -
XYZ 46.57 76.98 17.56 -
YUV 197.28 53.91 82.87 -
System Red Green Blue C M Y K H S L
Decimal 134 255 66 0.47 0 0.74 0 98.41 1 0.63
Hex 86 FF 42 2F 0 4A 0 62 64 3F
Octal 206 377 102 57 0 112 0 142 144 77
Binary 10000110 11111111 1000010 101111 0 1001010 0 1100010 1100100 111111

Color Harmonies of #86FF42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86FF42

Black with #86FF42

Text Example


Text Example

White with #86FF42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,255,66); }

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

background-color css

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

 a { background-color: rgb(134,255,66); }

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

border-color css

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

 span { border-color: rgb(134,255,66); }

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