Html Css Color HEX #85BC3F Yellow Green

📋 copy color: '#85BC3F'

red 133 ◦ green 188 ◦ blue 63

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

Shades of Yellow Green #85BC3F

Tints of Yellow Green #85BC3F

RGB

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

 GREEN value IS 188 (73.83% from 255) = 48.96%

 BLUE value IS 63 (25% from 255) = 16.41%

R = 34.64%
G = 48.96%
B = 16.41%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#85BC3F (or 0x85BC3F) is known color: Yellow Green. HEX triplet: 85, BC and 3F. RGB value is (133,188,63). Sum of RGB (Red+Green+Blue) = 133+188+63=384 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.64% from 384); Green value is 188 (73.83% from 255 or 48.96% from 384); Blue value is 63 (25% from 255 or 16.41% from 384); Max value from RGB is 188 - color contains mainly: green. Hex color #85BC3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85BC3F is #7A43C0. Grayscale: #9D9D9D. Windows color (decimal): -8012737 or 4177029. OLE color: 4177029.

HSL color Cylindrical-coordinate representation of color #85BC3F: hue angle of 86.4º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #85BC3F is Cyan = 0.29, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB 133 188 63 -
CMYK 0.29 0 0.66 0.26
HSL 86.4º 0.5% 0.49% -
HSV(B) 86.4º 0.66% 0.74% -
XYZ 28.55 41.31 11.17 -
YUV 157.31 74.78 110.66 -
System Red Green Blue C M Y K H S L
Decimal 133 188 63 0.29 0 0.66 0.26 86.4 0.5 0.49
Hex 85 BC 3F 1D 0 42 1A 56 32 31
Octal 205 274 77 35 0 102 32 126 62 61
Binary 10000101 10111100 111111 11101 0 1000010 11010 1010110 110010 110001

Color Harmonies of #85BC3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85BC3F

Black with #85BC3F

Text Example


Text Example

White with #85BC3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,188,63); }

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

background-color css

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

 a { background-color: rgb(133,188,63); }

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

border-color css

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

 span { border-color: rgb(133,188,63); }

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