#85CA25

Color #85CA25 Yellow Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yellow Green #85CA25

Tints of Yellow Green #85CA25

Color information

#85CA25 (or 0x85CA25) is unknown color: approx Yellow Green. HEX triplet: 85, CA and 25. RGB value is (133,202,37). Sum of RGB (Red+Green+Blue) = 133+202+37=372 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.75% from 372); Green value is 202 (79.30% from 255 or 54.30% from 372); Blue value is 37 (14.84% from 255 or 9.95% from 372); Max value from RGB is 202 - color contains mainly: green. Hex color #85CA25 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85CA25 is #7A35DA. Grayscale: #A3A3A3. Windows color (decimal): -8009179 or 2476677. OLE color: 2476677.

HSL color Cylindrical-coordinate representation of color #85CA25: hue angle of 85.09º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #85CA25 is Cyan = 0.34, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.21.

Color convert

RGB13320237-
CMYK0.3400.820.21
HSL85.09º69.04%46.86%-
HSV(B)85.09º81.68%79.22%-
XYZ31.1347.369.25-
YUV162.5657.14106.92-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.75%
GREEN value IS 202 (79.30% from 255) = 54.30%
BLUE value IS 37 (14.84% from 255) = 9.95%
R=35.75%
G=54.30%
B=9.95%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal133202370.3400.820.2185.0969.0446.86
Hex85CA25220521555452f
Octal205312454201222512510557
Binary1000010111001010100101100010010100101010110101011000101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85CA25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,202,37); }

 H1.HeaderClassName
 {
   color: #85CA25;
 }
 .AnyTagClassName
 {
   color: #85CA25;
 }
</style>
background-color css

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

 a { background-color: rgb(133,202,37); }

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

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

 span { border-color: rgb(133,202,37); }

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