#85D02C

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

Shades of Yellow Green #85D02C

Tints of Yellow Green #85D02C

Color information

#85D02C (or 0x85D02C) is unknown color: approx Yellow Green. HEX triplet: 85, D0 and 2C. RGB value is (133,208,44). Sum of RGB (Red+Green+Blue) = 133+208+44=385 (50% of max value = 765). Red value is 133 (52.34% from 255 or 34.55% from 385); Green value is 208 (81.64% from 255 or 54.03% from 385); Blue value is 44 (17.58% from 255 or 11.43% from 385); Max value from RGB is 208 - color contains mainly: green. Hex color #85D02C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85D02C is #7A2FD3. Grayscale: #A7A7A7. Windows color (decimal): -8007636 or 2936965. OLE color: 2936965.

HSL color Cylindrical-coordinate representation of color #85D02C: hue angle of 87.44º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #85D02C is Cyan = 0.36, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.18.

Color convert

RGB13320844-
CMYK0.3600.790.18
HSL87.44º65.08%49.41%-
HSV(B)87.44º78.85%81.57%-
XYZ32.6850.2810.37-
YUV166.8858.65103.84-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 34.55%
GREEN value IS 208 (81.64% from 255) = 54.03%
BLUE value IS 44 (17.58% from 255) = 11.43%
R=34.55%
G=54.03%
B=11.43%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal133208440.3600.790.1887.4465.0849.41
Hex85D02C2404F12574131
Octal205320544401172212710161
Binary1000010111010000101100100100010011111001010101111000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85D02C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,208,44); }

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

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

 a { background-color: rgb(133,208,44); }

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

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

 span { border-color: rgb(133,208,44); }

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