Html Css Color HEX #85C436 Yellow Green

📋 copy color: '#85C436'

red 133 ◦ green 196 ◦ blue 54

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

Shades of Yellow Green #85C436

Tints of Yellow Green #85C436

RGB

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

 GREEN value IS 196 (76.95% from 255) = 51.17%

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

R = 34.73%
G = 51.17%
B = 14.1%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.72

 K value IS 0.23

RGB Variations

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

Color information

#85C436 (or 0x85C436) is known color: Yellow Green. HEX triplet: 85, C4 and 36. RGB value is (133,196,54). Sum of RGB (Red+Green+Blue) = 133+196+54=383 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.73% from 383); Green value is 196 (76.95% from 255 or 51.17% from 383); Blue value is 54 (21.48% from 255 or 14.10% from 383); Max value from RGB is 196 - color contains mainly: green. Hex color #85C436 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85C436 is #7A3BC9. Grayscale: #A1A1A1. Windows color (decimal): -8010698 or 3589253. OLE color: 3589253.

HSL color Cylindrical-coordinate representation of color #85C436: hue angle of 86.62º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #85C436 is Cyan = 0.32, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.23.

Color convert

RGB 133 196 54 -
CMYK 0.32 0 0.72 0.23
HSL 86.62º 0.57% 0.49% -
HSV(B) 86.62º 0.72% 0.77% -
XYZ 30.08 44.73 10.54 -
YUV 160.98 67.63 108.05 -
System Red Green Blue C M Y K H S L
Decimal 133 196 54 0.32 0 0.72 0.23 86.62 0.57 0.49
Hex 85 C4 36 20 0 48 17 57 39 31
Octal 205 304 66 40 0 110 27 127 71 61
Binary 10000101 11000100 110110 100000 0 1001000 10111 1010111 111001 110001

Color Harmonies of #85C436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C436

Black with #85C436

Text Example


Text Example

White with #85C436

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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