Html Css Color HEX #85C036 Yellow Green

📋 copy color: '#85C036'

red 133 ◦ green 192 ◦ blue 54

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

Shades of Yellow Green #85C036

Tints of Yellow Green #85C036

RGB

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

 GREEN value IS 192 (75.39% from 255) = 50.66%

 BLUE value IS 54 (21.48% from 255) = 14.25%

R = 35.09%
G = 50.66%
B = 14.25%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.72

 K value IS 0.25

RGB Variations

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

Color information

#85C036 (or 0x85C036) is known color: Yellow Green. HEX triplet: 85, C0 and 36. RGB value is (133,192,54). Sum of RGB (Red+Green+Blue) = 133+192+54=379 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.09% from 379); Green value is 192 (75.39% from 255 or 50.66% from 379); Blue value is 54 (21.48% from 255 or 14.25% from 379); Max value from RGB is 192 - color contains mainly: green. Hex color #85C036 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85C036 is #7A3FC9. Grayscale: #9F9F9F. Windows color (decimal): -8011722 or 3588229. OLE color: 3588229.

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

Color convert

RGB 133 192 54 -
CMYK 0.31 0 0.72 0.25
HSL 85.65º 0.56% 0.48% -
HSV(B) 85.65º 0.72% 0.75% -
XYZ 29.19 42.95 10.24 -
YUV 158.63 68.95 109.72 -
System Red Green Blue C M Y K H S L
Decimal 133 192 54 0.31 0 0.72 0.25 85.65 0.56 0.48
Hex 85 C0 36 1F 0 48 19 56 38 30
Octal 205 300 66 37 0 110 31 126 70 60
Binary 10000101 11000000 110110 11111 0 1001000 11001 1010110 111000 110000

Color Harmonies of #85C036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C036

Black with #85C036

Text Example


Text Example

White with #85C036

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,192,54); }

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

background-color css

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

 a { background-color: rgb(133,192,54); }

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

border-color css

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

 span { border-color: rgb(133,192,54); }

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