Html Css Color HEX #85C636 Yellow Green

📋 copy color: '#85C636'

red 133 ◦ green 198 ◦ blue 54

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

Shades of Yellow Green #85C636

Tints of Yellow Green #85C636

RGB

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

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

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

R = 34.55%
G = 51.43%
B = 14.03%

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

#85C636 (or 0x85C636) is known color: Yellow Green. HEX triplet: 85, C6 and 36. RGB value is (133,198,54). Sum of RGB (Red+Green+Blue) = 133+198+54=385 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.55% from 385); Green value is 198 (77.73% from 255 or 51.43% from 385); Blue value is 54 (21.48% from 255 or 14.03% from 385); Max value from RGB is 198 - color contains mainly: green. Hex color #85C636 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85C636 is #7A39C9. Grayscale: #A2A2A2. Windows color (decimal): -8010186 or 3589765. OLE color: 3589765.

HSL color Cylindrical-coordinate representation of color #85C636: hue angle of 87.08º degrees, saturation: 0.57, 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 #85C636 is Cyan = 0.33, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.22.

Color convert

RGB 133 198 54 -
CMYK 0.33 0 0.73 0.22
HSL 87.08º 0.57% 0.49% -
HSV(B) 87.08º 0.73% 0.78% -
XYZ 30.53 45.64 10.69 -
YUV 162.15 66.97 107.21 -
System Red Green Blue C M Y K H S L
Decimal 133 198 54 0.33 0 0.73 0.22 87.08 0.57 0.49
Hex 85 C6 36 21 0 49 16 57 39 31
Octal 205 306 66 41 0 111 26 127 71 61
Binary 10000101 11000110 110110 100001 0 1001001 10110 1010111 111001 110001

Color Harmonies of #85C636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C636

Black with #85C636

Text Example


Text Example

White with #85C636

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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