#85CF28

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

Shades of Yellow Green #85CF28

Tints of Yellow Green #85CF28

Color information

#85CF28 (or 0x85CF28) is unknown color: approx Yellow Green. HEX triplet: 85, CF and 28. RGB value is (133,207,40). Sum of RGB (Red+Green+Blue) = 133+207+40=380 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35% from 380); Green value is 207 (81.25% from 255 or 54.47% from 380); Blue value is 40 (16.02% from 255 or 10.53% from 380); Max value from RGB is 207 - color contains mainly: green. Hex color #85CF28 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85CF28 is #7A30D7. Grayscale: #A6A6A6. Windows color (decimal): -8007896 or 2674565. OLE color: 2674565.

HSL color Cylindrical-coordinate representation of color #85CF28: hue angle of 86.59º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #85CF28 is Cyan = 0.36, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.19.

Color convert

RGB13320740-
CMYK0.3600.810.19
HSL86.59º67.61%48.43%-
HSV(B)86.59º80.68%81.18%-
XYZ32.3749.779.91-
YUV165.8456.98104.58-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35%
GREEN value IS 207 (81.25% from 255) = 54.47%
BLUE value IS 40 (16.02% from 255) = 10.53%
R=35%
G=54.47%
B=10.53%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal133207400.3600.810.1986.5967.6148.43
Hex85CF282405113574430
Octal205317504401212312710460
Binary1000010111001111101000100100010100011001110101111000100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85CF28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,207,40); }

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

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

 a { background-color: rgb(133,207,40); }

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

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

 span { border-color: rgb(133,207,40); }

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