Html Css Color HEX #85BF34 Yellow Green

📋 copy color: '#85BF34'

red 133 ◦ green 191 ◦ blue 52

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

Shades of Yellow Green #85BF34

Tints of Yellow Green #85BF34

RGB

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

 GREEN value IS 191 (75% from 255) = 50.8%

 BLUE value IS 52 (20.7% from 255) = 13.83%

R = 35.37%
G = 50.8%
B = 13.83%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.73

 K value IS 0.25

RGB Variations

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

Color information

#85BF34 (or 0x85BF34) is known color: Yellow Green. HEX triplet: 85, BF and 34. RGB value is (133,191,52). Sum of RGB (Red+Green+Blue) = 133+191+52=376 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.37% from 376); Green value is 191 (75% from 255 or 50.80% from 376); Blue value is 52 (20.70% from 255 or 13.83% from 376); Max value from RGB is 191 - color contains mainly: green. Hex color #85BF34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85BF34 is #7A40CB. Grayscale: #9E9E9E. Windows color (decimal): -8011980 or 3456901. OLE color: 3456901.

HSL color Cylindrical-coordinate representation of color #85BF34: hue angle of 85.04º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #85BF34 is Cyan = 0.30, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.25.

Color convert

RGB 133 191 52 -
CMYK 0.30 0 0.73 0.25
HSL 85.04º 0.57% 0.48% -
HSV(B) 85.04º 0.73% 0.75% -
XYZ 28.92 42.5 9.93 -
YUV 157.81 68.28 110.3 -
System Red Green Blue C M Y K H S L
Decimal 133 191 52 0.30 0 0.73 0.25 85.04 0.57 0.48
Hex 85 BF 34 1E 0 49 19 55 39 30
Octal 205 277 64 36 0 111 31 125 71 60
Binary 10000101 10111111 110100 11110 0 1001001 11001 1010101 111001 110000

Color Harmonies of #85BF34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BF34

Black with #85BF34

Text Example


Text Example

White with #85BF34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,191,52); }

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

background-color css

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

 a { background-color: rgb(133,191,52); }

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

border-color css

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

 span { border-color: rgb(133,191,52); }

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