Html Css Color HEX #85FB46 Green Yellow

📋 copy color: '#85FB46'

red 133 ◦ green 251 ◦ blue 70

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

Shades of Green Yellow #85FB46

Tints of Green Yellow #85FB46

RGB

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

 GREEN value IS 251 (98.44% from 255) = 55.29%

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

R = 29.3%
G = 55.29%
B = 15.42%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.72

 K value IS 0.02

RGB Variations

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

Color information

#85FB46 (or 0x85FB46) is known color: Green Yellow. HEX triplet: 85, FB and 46. RGB value is (133,251,70). Sum of RGB (Red+Green+Blue) = 133+251+70=454 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.30% from 454); Green value is 251 (98.44% from 255 or 55.29% from 454); Blue value is 70 (27.73% from 255 or 15.42% from 454); Max value from RGB is 251 - color contains mainly: green. Hex color #85FB46 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #85FB46 is #7A04B9. Grayscale: #C3C3C3. Windows color (decimal): -7996602 or 4651909. OLE color: 4651909.

HSL color Cylindrical-coordinate representation of color #85FB46: hue angle of 99.12º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #85FB46 is Cyan = 0.47, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.02.

Color convert

RGB 133 251 70 -
CMYK 0.47 0 0.72 0.02
HSL 99.12º 0.96% 0.63% -
HSV(B) 99.12º 0.72% 0.98% -
XYZ 45.28 74.42 17.77 -
YUV 195.08 57.41 83.72 -
System Red Green Blue C M Y K H S L
Decimal 133 251 70 0.47 0 0.72 0.02 99.12 0.96 0.63
Hex 85 FB 46 2F 0 48 2 63 60 3F
Octal 205 373 106 57 0 110 2 143 140 77
Binary 10000101 11111011 1000110 101111 0 1001000 10 1100011 1100000 111111

Color Harmonies of #85FB46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85FB46

Black with #85FB46

Text Example


Text Example

White with #85FB46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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