Html Css Color HEX #85C035 Yellow Green

📋 copy color: '#85C035'

red 133 ◦ green 192 ◦ blue 53

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

Shades of Yellow Green #85C035

Tints of Yellow Green #85C035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 14.02%

R = 35.19%
G = 50.79%
B = 14.02%

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

#85C035 (or 0x85C035) is known color: Yellow Green. HEX triplet: 85, C0 and 35. RGB value is (133,192,53). Sum of RGB (Red+Green+Blue) = 133+192+53=378 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.19% from 378); Green value is 192 (75.39% from 255 or 50.79% from 378); Blue value is 53 (21.09% from 255 or 14.02% from 378); Max value from RGB is 192 - color contains mainly: green. Hex color #85C035 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85C035 is #7A3FCA. Grayscale: #9F9F9F. Windows color (decimal): -8011723 or 3522693. OLE color: 3522693.

HSL color Cylindrical-coordinate representation of color #85C035: hue angle of 85.47º degrees, saturation: 0.57, 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 #85C035 is Cyan = 0.31, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB 133 192 53 -
CMYK 0.31 0 0.72 0.25
HSL 85.47º 0.57% 0.48% -
HSV(B) 85.47º 0.72% 0.75% -
XYZ 29.17 42.94 10.12 -
YUV 158.51 68.45 109.8 -
System Red Green Blue C M Y K H S L
Decimal 133 192 53 0.31 0 0.72 0.25 85.47 0.57 0.48
Hex 85 C0 35 1F 0 48 19 55 39 30
Octal 205 300 65 37 0 110 31 125 71 60
Binary 10000101 11000000 110101 11111 0 1001000 11001 1010101 111001 110000

Color Harmonies of #85C035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C035

Black with #85C035

Text Example


Text Example

White with #85C035

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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