Html Css Color HEX #85D529 Yellow Green

📋 copy color: '#85D529'

red 133 ◦ green 213 ◦ blue 41

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

Shades of Yellow Green #85D529

Tints of Yellow Green #85D529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 10.59%

R = 34.37%
G = 55.04%
B = 10.59%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#85D529 (or 0x85D529) is known color: Yellow Green. HEX triplet: 85, D5 and 29. RGB value is (133,213,41). Sum of RGB (Red+Green+Blue) = 133+213+41=387 (51% of max value = 765). Red value is 133 (52.34% from 255 or 34.37% from 387); Green value is 213 (83.59% from 255 or 55.04% from 387); Blue value is 41 (16.41% from 255 or 10.59% from 387); Max value from RGB is 213 - color contains mainly: green. Hex color #85D529 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85D529 is #7A2AD6. Grayscale: #AAAAAA. Windows color (decimal): -8006359 or 2741637. OLE color: 2741637.

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

Color convert

RGB 133 213 41 -
CMYK 0.38 0 0.81 0.16
HSL 87.91º 0.68% 0.5% -
HSV(B) 87.91º 0.81% 0.84% -
XYZ 33.87 52.74 10.49 -
YUV 169.47 55.5 101.99 -
System Red Green Blue C M Y K H S L
Decimal 133 213 41 0.38 0 0.81 0.16 87.91 0.68 0.5
Hex 85 D5 29 26 0 51 10 58 44 32
Octal 205 325 51 46 0 121 20 130 104 62
Binary 10000101 11010101 101001 100110 0 1010001 10000 1011000 1000100 110010

Color Harmonies of #85D529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85D529

Black with #85D529

Text Example


Text Example

White with #85D529

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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