Html Css Color HEX #85C432 Yellow Green

📋 copy color: '#85C432'

red 133 ◦ green 196 ◦ blue 50

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

Shades of Yellow Green #85C432

Tints of Yellow Green #85C432

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 13.19%

R = 35.09%
G = 51.72%
B = 13.19%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.74

 K value IS 0.23

RGB Variations

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

Color information

#85C432 (or 0x85C432) is known color: Yellow Green. HEX triplet: 85, C4 and 32. RGB value is (133,196,50). Sum of RGB (Red+Green+Blue) = 133+196+50=379 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.09% from 379); Green value is 196 (76.95% from 255 or 51.72% from 379); Blue value is 50 (19.92% from 255 or 13.19% from 379); Max value from RGB is 196 - color contains mainly: green. Hex color #85C432 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85C432 is #7A3BCD. Grayscale: #A1A1A1. Windows color (decimal): -8010702 or 3327109. OLE color: 3327109.

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

Color convert

RGB 133 196 50 -
CMYK 0.32 0 0.74 0.23
HSL 85.89º 0.59% 0.48% -
HSV(B) 85.89º 0.74% 0.77% -
XYZ 29.99 44.7 10.06 -
YUV 160.52 65.63 108.37 -
System Red Green Blue C M Y K H S L
Decimal 133 196 50 0.32 0 0.74 0.23 85.89 0.59 0.48
Hex 85 C4 32 20 0 4A 17 56 3B 30
Octal 205 304 62 40 0 112 27 126 73 60
Binary 10000101 11000100 110010 100000 0 1001010 10111 1010110 111011 110000

Color Harmonies of #85C432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85C432

Black with #85C432

Text Example


Text Example

White with #85C432

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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