Html Css Color HEX #85D533 Yellow Green

📋 copy color: '#85D533'

red 133 ◦ green 213 ◦ blue 51

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

Shades of Yellow Green #85D533

Tints of Yellow Green #85D533

RGB

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

 GREEN value IS 213 (83.59% from 255) = 53.65%

 BLUE value IS 51 (20.31% from 255) = 12.85%

R = 33.5%
G = 53.65%
B = 12.85%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.76

 K value IS 0.16

RGB Variations

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

Color information

#85D533 (or 0x85D533) is known color: Yellow Green. HEX triplet: 85, D5 and 33. RGB value is (133,213,51). Sum of RGB (Red+Green+Blue) = 133+213+51=397 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.50% from 397); Green value is 213 (83.59% from 255 or 53.65% from 397); Blue value is 51 (20.31% from 255 or 12.85% from 397); Max value from RGB is 213 - color contains mainly: green. Hex color #85D533 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85D533 is #7A2ACC. Grayscale: #ABABAB. Windows color (decimal): -8006349 or 3396997. OLE color: 3396997.

HSL color Cylindrical-coordinate representation of color #85D533: hue angle of 89.63º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #85D533 is Cyan = 0.38, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.

Color convert

RGB 133 213 51 -
CMYK 0.38 0 0.76 0.16
HSL 89.63º 0.66% 0.52% -
HSV(B) 89.63º 0.76% 0.84% -
XYZ 34.06 52.81 11.53 -
YUV 170.61 60.5 101.17 -
System Red Green Blue C M Y K H S L
Decimal 133 213 51 0.38 0 0.76 0.16 89.63 0.66 0.52
Hex 85 D5 33 26 0 4C 10 5A 42 34
Octal 205 325 63 46 0 114 20 132 102 64
Binary 10000101 11010101 110011 100110 0 1001100 10000 1011010 1000010 110100

Color Harmonies of #85D533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85D533

Black with #85D533

Text Example


Text Example

White with #85D533

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,213,51); }

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

background-color css

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

 a { background-color: rgb(133,213,51); }

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

border-color css

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

 span { border-color: rgb(133,213,51); }

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