Html Css Color HEX #85D527 Yellow Green

📋 copy color: '#85D527'

red 133 ◦ green 213 ◦ blue 39

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

Shades of Yellow Green #85D527

Tints of Yellow Green #85D527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 10.13%

R = 34.55%
G = 55.32%
B = 10.13%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#85D527 (or 0x85D527) is known color: Yellow Green. HEX triplet: 85, D5 and 27. RGB value is (133,213,39). Sum of RGB (Red+Green+Blue) = 133+213+39=385 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.55% from 385); Green value is 213 (83.59% from 255 or 55.32% from 385); Blue value is 39 (15.62% from 255 or 10.13% from 385); Max value from RGB is 213 - color contains mainly: green. Hex color #85D527 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85D527 is #7A2AD8. Grayscale: #A9A9A9. Windows color (decimal): -8006361 or 2610565. OLE color: 2610565.

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

Color convert

RGB 133 213 39 -
CMYK 0.38 0 0.82 0.16
HSL 87.59º 0.69% 0.49% -
HSV(B) 87.59º 0.82% 0.84% -
XYZ 33.83 52.72 10.31 -
YUV 169.24 54.5 102.15 -
System Red Green Blue C M Y K H S L
Decimal 133 213 39 0.38 0 0.82 0.16 87.59 0.69 0.49
Hex 85 D5 27 26 0 52 10 58 45 31
Octal 205 325 47 46 0 122 20 130 105 61
Binary 10000101 11010101 100111 100110 0 1010010 10000 1011000 1000101 110001

Color Harmonies of #85D527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85D527

Black with #85D527

Text Example


Text Example

White with #85D527

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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