#85CE36

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

Shades of Yellow Green #85CE36

Tints of Yellow Green #85CE36

Color information

#85CE36 (or 0x85CE36) is unknown color: approx Yellow Green. HEX triplet: 85, CE and 36. RGB value is (133,206,54). Sum of RGB (Red+Green+Blue) = 133+206+54=393 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.84% from 393); Green value is 206 (80.86% from 255 or 52.42% from 393); Blue value is 54 (21.48% from 255 or 13.74% from 393); Max value from RGB is 206 - color contains mainly: green. Hex color #85CE36 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #85CE36 is #7A31C9. Grayscale: #A7A7A7. Windows color (decimal): -8008138 or 3591813. OLE color: 3591813.

HSL color Cylindrical-coordinate representation of color #85CE36: hue angle of 88.82º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #85CE36 is Cyan = 0.35, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.19.

Color convert

RGB13320654-
CMYK0.3500.740.19
HSL88.82º60.8%50.98%-
HSV(B)88.82º73.79%80.78%-
XYZ32.4149.411.32-
YUV166.8464.32103.86-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.84%
GREEN value IS 206 (80.86% from 255) = 52.42%
BLUE value IS 54 (21.48% from 255) = 13.74%
R=33.84%
G=52.42%
B=13.74%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal133206540.3500.740.1988.8260.850.98
Hex85CE362304A13593d33
Octal20531666430112231317563
Binary100001011100111011011010001101001010100111011001111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85CE36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,206,54); }

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

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

 a { background-color: rgb(133,206,54); }

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

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

 span { border-color: rgb(133,206,54); }

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