Html Css Color HEX #85FE46 Green Yellow

📋 copy color: '#85FE46'

red 133 ◦ green 254 ◦ blue 70

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

Shades of Green Yellow #85FE46

Tints of Green Yellow #85FE46

RGB

 RED value IS 133 (52.34% from 255) = 29.1%

 GREEN value IS 254 (99.61% from 255) = 55.58%

 BLUE value IS 70 (27.73% from 255) = 15.32%

R = 29.1%
G = 55.58%
B = 15.32%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.72

 K value IS 0.00

RGB Variations

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

Color information

#85FE46 (or 0x85FE46) is known color: Green Yellow. HEX triplet: 85, FE and 46. RGB value is (133,254,70). Sum of RGB (Red+Green+Blue) = 133+254+70=457 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.10% from 457); Green value is 254 (99.61% from 255 or 55.58% from 457); Blue value is 70 (27.73% from 255 or 15.32% from 457); Max value from RGB is 254 - color contains mainly: green. Hex color #85FE46 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85FE46 is #7A01B9. Grayscale: #C5C5C5. Windows color (decimal): -7995834 or 4652677. OLE color: 4652677.

HSL color Cylindrical-coordinate representation of color #85FE46: hue angle of 99.46º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #85FE46 is Cyan = 0.48, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.00.

Color convert

RGB 133 254 70 -
CMYK 0.48 0 0.72 0.00
HSL 99.46º 0.99% 0.64% -
HSV(B) 99.46º 0.72% 1% -
XYZ 46.22 76.31 18.09 -
YUV 196.85 56.41 82.46 -
System Red Green Blue C M Y K H S L
Decimal 133 254 70 0.48 0 0.72 0.00 99.46 0.99 0.64
Hex 85 FE 46 30 0 48 0 63 63 40
Octal 205 376 106 60 0 110 0 143 143 100
Binary 10000101 11111110 1000110 110000 0 1001000 0 1100011 1100011 1000000

Color Harmonies of #85FE46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85FE46

Black with #85FE46

Text Example


Text Example

White with #85FE46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85FE46; }

 p { color: rgb(133,254,70); }

 H1.HeaderClassName
 {
   color: #85FE46;
 }
 .AnyTagClassName
 {
   color: #85FE46;
 }
</style>

background-color css

<style>
 a { background-color: #85FE46; }

 a { background-color: rgb(133,254,70); }

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

border-color css

<style>
 span { border-color: #85FE46; }

 span { border-color: rgb(133,254,70); }

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