Html Css Color HEX #85D523 Yellow Green

📋 copy color: '#85D523'

red 133 ◦ green 213 ◦ blue 35

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

Shades of Yellow Green #85D523

Tints of Yellow Green #85D523

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 9.19%

R = 34.91%
G = 55.91%
B = 9.19%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#85D523 (or 0x85D523) is known color: Yellow Green. HEX triplet: 85, D5 and 23. RGB value is (133,213,35). Sum of RGB (Red+Green+Blue) = 133+213+35=381 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.91% from 381); Green value is 213 (83.59% from 255 or 55.91% from 381); Blue value is 35 (14.06% from 255 or 9.19% from 381); Max value from RGB is 213 - color contains mainly: green. Hex color #85D523 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85D523 is #7A2ADC. Grayscale: #A9A9A9. Windows color (decimal): -8006365 or 2348421. OLE color: 2348421.

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

Color convert

RGB 133 213 35 -
CMYK 0.38 0 0.84 0.16
HSL 86.97º 0.72% 0.49% -
HSV(B) 86.97º 0.84% 0.84% -
XYZ 33.77 52.7 9.98 -
YUV 168.79 52.5 102.47 -
System Red Green Blue C M Y K H S L
Decimal 133 213 35 0.38 0 0.84 0.16 86.97 0.72 0.49
Hex 85 D5 23 26 0 54 10 57 48 31
Octal 205 325 43 46 0 124 20 127 110 61
Binary 10000101 11010101 100011 100110 0 1010100 10000 1010111 1001000 110001

Color Harmonies of #85D523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85D523

Black with #85D523

Text Example


Text Example

White with #85D523

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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