Html Css Color HEX #85C635 Yellow Green

📋 copy color: '#85C635'

red 133 ◦ green 198 ◦ blue 53

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

Shades of Yellow Green #85C635

Tints of Yellow Green #85C635

RGB

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

 GREEN value IS 198 (77.73% from 255) = 51.56%

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

R = 34.64%
G = 51.56%
B = 13.8%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.73

 K value IS 0.22

RGB Variations

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

Color information

#85C635 (or 0x85C635) is known color: Yellow Green. HEX triplet: 85, C6 and 35. RGB value is (133,198,53). Sum of RGB (Red+Green+Blue) = 133+198+53=384 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.64% from 384); Green value is 198 (77.73% from 255 or 51.56% from 384); Blue value is 53 (21.09% from 255 or 13.80% from 384); Max value from RGB is 198 - color contains mainly: green. Hex color #85C635 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85C635 is #7A39CA. Grayscale: #A2A2A2. Windows color (decimal): -8010187 or 3524229. OLE color: 3524229.

HSL color Cylindrical-coordinate representation of color #85C635: hue angle of 86.9º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #85C635 is Cyan = 0.33, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.22.

Color convert

RGB 133 198 53 -
CMYK 0.33 0 0.73 0.22
HSL 86.9º 0.58% 0.49% -
HSV(B) 86.9º 0.73% 0.78% -
XYZ 30.51 45.63 10.57 -
YUV 162.04 66.47 107.29 -
System Red Green Blue C M Y K H S L
Decimal 133 198 53 0.33 0 0.73 0.22 86.9 0.58 0.49
Hex 85 C6 35 21 0 49 16 57 3A 31
Octal 205 306 65 41 0 111 26 127 72 61
Binary 10000101 11000110 110101 100001 0 1001001 10110 1010111 111010 110001

Color Harmonies of #85C635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C635

Black with #85C635

Text Example


Text Example

White with #85C635

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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